corvu-next
v0.1.4
Published
Unstyled, accessible UI primitives for SolidJS 2 — @corvu-next meta package.
Readme
corvu-next
Barrel package re-exporting all @corvu-next UI primitives for SolidJS 2.0.
Note: This is the Solid 2.0 fork of corvu. It targets
[email protected].
Installation
pnpm add corvu-nextUsage
import Accordion from 'corvu-next/accordion'
import Dialog from 'corvu-next/dialog'
import Drawer from 'corvu-next/drawer'
import Popover from 'corvu-next/popover'
import Tooltip from 'corvu-next/tooltip'Included Primitives
- Accordion, Calendar, Dialog, Disclosure, Drawer
- OTP Field, Popover, Resizable, Tooltip
For standalone usage, install individual packages: @corvu-next/dialog, @corvu-next/drawer, etc.
Further Reading
This package is part of corvu-next, a collection of unstyled, accessible and customizable UI primitives for SolidJS 2.0.
