Skip to content
/ ui Public

Highly opinionated SolidJS component library - batteries and kitchen sink included, but optimized and shiny

License

Notifications You must be signed in to change notification settings

pathscale/ui

Repository files navigation

@pathscale/ui

Highly opinionated SolidJS component library — batteries and kitchen sink included, but optimized and shiny.

Install

bun add @pathscale/ui

Usage

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 build

Other useful scripts:

  • bun run dev
  • bun run lint
  • bun run format

About

Highly opinionated SolidJS component library - batteries and kitchen sink included, but optimized and shiny

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12

Languages