Skip to content

Commit

Permalink
docs: add info about existing shoelace components
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jun 27, 2024
1 parent 8d39d17 commit 9e9a07f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/components/shoelace-components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Existing Shoelace Components

Many components exist already in Shoelace and will be styled if imported
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.

Explore all available components here:
[https://shoelace.style](https://shoelace.style)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ nav:
- Home: index.md
- About: about.md
- Custom Components:
- Shoelace Components: components/shoelace-components.md
- Header: components/hot-header.md
- Toolbar: components/hot-toolbar.md
- Tracking: components/hot-tracking.md
Expand Down

0 comments on commit 9e9a07f

Please sign in to comment.