Skip to content

Commit

Permalink
docs: remove size which is no longer accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyzerner committed Apr 15, 2023
1 parent d6f9437 commit f323e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Basic interactive UI patterns like popup menus, tooltips, and modals are surpris
`inclusive-elements` provides those basic behaviors in the form of Custom Elements, without any of the cruft. They are:

- **🦮 Accessible.** Designed following the [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/) so everyone can use them.
- **🌳 Lightweight.** 3kB gzipped with minimal dependencies. Less if you tree-shake only the elements you need.
- **🌳 Lightweight.** Tree-shake only the elements you need.
- **🎨 Unstyled.** Easily integrate with your design bottom-up without having to fight defaults.
- **🚀 Easy to use.** Simple API, works with any framework that supports Custom Elements.

Expand Down

0 comments on commit f323e2e

Please sign in to comment.