Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.
npm install @pathscale/uiHighly opinionated SolidJS component library — batteries and kitchen sink
included, but optimized and shiny.
``sh`
bun add @pathscale/ui
`tsx
import { Button, Flex } from "@pathscale/ui";
export const Example = () => (
);
`
Shared animation primitives live in @pathscale/ui/motion. For setup,docs/motion.md
Popmotion driver enablement, and migration notes, see .
`sh`
bun run build
Other useful scripts:
- bun run devbun run lint
- bun run format`
-