1.0.0-beta
Additions:
UI:
- TabList component
- TabListProvider
- TabListContent
Example of usage
Hooks:
- useListItemFocus
Example of usage
Changes:
- Optimizing build size
- Next.js server components support
We refuse from idea with one file bundle, and divide package for 4 parts: simplify-dev- includes all ui components that can be used in next.js server componentssimplify-dev/client-ui- includes ui components that use some hooks inside.simplify-dev/hooks- includes all hookssimplify-dev/utils- includes cn function and tailwind css plugin and preset