@danielfrg/solid-ui
v0.1.3
Published
A SolidJS collection of unstyled, headless UI components
Maintainers
Readme
@danielfrg/solid-ui
A SolidJS collection of unstyled, headless UI components. Based on Kobalte and Base UI.
For styled components with a shadcn-inspired Tailwind theme, see @danielfrg/solid-ui-nova.
Installation
npm install @danielfrg/solid-uiUsage
Import components using subpath exports:
import * as Dialog from "@danielfrg/solid-ui/dialog"
import * as Tabs from "@danielfrg/solid-ui/tabs"
import { Button } from "@danielfrg/solid-ui/button"This package ships raw TypeScript/TSX source and relies on the solid export condition. Your bundler (e.g. vite-plugin-solid) compiles the JSX at build time.
Components
Accordion, Alert Dialog, Autocomplete, Avatar, Button, Checkbox, Checkbox Group, Collapsible, Combobox, Context Menu, Dialog, Drawer, Field, Fieldset, Form, Input, Listbox, Menu, Menubar, Meter, Navigation Menu, Number Field, Popover, Preview Card, Progress, Radio Group, Scroll Area, Select, Separator, Slider, Switch, Tabs, Toast, Toggle, Toggle Group, Tooltip.
