@pathscale/ui
v0.0.135
Published
Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.
Downloads
3,670
Readme
@pathscale/ui
Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.
Install
bun add @pathscale/uiUsage
import { Button, Flex } from "@pathscale/ui";
export const Example = () => (
<Flex direction="col" gap="sm">
<Button color="primary">Primary</Button>
</Flex>
);Motion
Shared animation primitives live in @pathscale/ui/motion. For setup,
Popmotion driver enablement, and migration notes, see docs/motion.md.
Development
bun run buildOther useful scripts:
bun run devbun run lintbun run format
