Skip to content

Commit

Permalink
docs: fix bullet points for example shoelace components
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 27, 2024
1 parent 9b5df9d commit ce2b7df
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/components/shoelace-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ via this library.

Useful components of note:

- **Accordion**: use a group of `sl-details`: https://shoelace.style/components/details#grouping-details
- **Chip**: called `sl-tag` in shoelace.
- **Kebab Menu**: a simple `sl-menu` in shoelace.
- **Progress Bar**: available in shoelace.
- **Modal**: called `sl-dialog` in shoelace.
- **Accordion**: use a group of `sl-details`: https://shoelace.style/components/details#grouping-details

- **Chip**: called `sl-tag` in shoelace.

- **Kebab Menu**: a simple `sl-menu` in shoelace.

- **Progress Bar**: available in shoelace.

- **Modal**: called `sl-dialog` in shoelace.

Explore all available components here:
[https://shoelace.style](https://shoelace.style)

0 comments on commit ce2b7df

Please sign in to comment.