mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Update icons info
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- Fixed a bug where `role` was on the wrong element and aria attribute weren't explicit in `sl-checkbox`, `sl-switch`, and `sl-radio`
|
||||
- Fixed a bug where dynamically adding/removing a slot wouldn't work as expected in `sl-card`, `sl-dialog`, and `sl-drawer`
|
||||
- Fixed a bug where the value wasn't updated and events weren't emitted when using `setRangeText` in `sl-input` and `sl-textarea`
|
||||
- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved
|
||||
- Optimized `hasSlot` utility by using a simpler selector
|
||||
|
||||
**Form validation has been reworked and is much more powerful now!**
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Icons are symbols that can be used to represent or provide context to various options and actions within an application.
|
||||
|
||||
Shoelace comes bundled with over 1,000 icons courtesy of the [Bootstrap Icons](https://icons.getbootstrap.com/) project. Click or tap on an icon below to copy the name and use it like this.
|
||||
Shoelace comes bundled with over 1,100 icons courtesy of the [Bootstrap Icons](https://icons.getbootstrap.com/) project. Click or tap on an icon below to copy the name and use it like this.
|
||||
|
||||
```html
|
||||
<sl-icon name="icon-name-here"></sl-icon>
|
||||
|
||||
Reference in New Issue
Block a user