Skip to main content

Tile Group

<sl-tile-group> | SlTileGroup
Since 2.0 hub24

A group of tiles.

<sl-tile-group></sl-tile-group>

Examples

First Example

Hello My World
<sl-tile-group>
  <sl-tile>Hello</sl-tile>
  <sl-tile>My</sl-tile>
  <sl-tile>World</sl-tile>
</sl-tile-group>

Second Example

TODO

[component-metadata:sl-tile-group]

Slots

Name Description
(default) The default slot.

Learn more about using slots.

Properties

Name Description Reflects Type Default
sidenav An example attribute. boolean false
updateComplete A read-only promise that resolves when the component has finished updating.

Learn more about attributes and properties.

Custom Properties

Name Description Default
--example An example CSS custom property.

Learn more about customizing CSS custom properties.

Parts

Name Description
base The component’s base wrapper.

Learn more about customizing CSS parts.