-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add info about existing shoelace components
- Loading branch information
1 parent
8d39d17
commit 9e9a07f
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters