Grid List
Composable grid list with the selected Lily design style.
Installation
Installs the style saved in lily.json. For a new Diamond project,
run lily-svelte init --style diamond first.
Usage
<GridList columns={3}><GridListItem onclick={select}>Service</GridListItem></GridList> The installed source follows the style in lily.json. The composition preview includes other Lily components; install those separately when building the complete example.