New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@pathscale/ui

Package Overview
Dependencies
Maintainers
4
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pathscale/ui

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

latest
Source
npmnpm
Version
1.1.37
Version published
Maintainers
4
Created
Source

@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>
);

CSS

Import the compatibility stylesheet to use @pathscale/ui components without relying on app-level DaisyUI plugin styles:

import "@pathscale/ui/dist/styles/compat/daisy-primitives.css";
import "@pathscale/ui/dist/styles/icons/generated-icons.css";

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

Playground Hot Test

Run the playground from the repository root and hot-test local library changes without rebuilding:

bun run playground:dev

The playground resolves @pathscale/ui to local src via Vite aliases, so edits in /src and /src/styles refresh immediately.

Keywords

solid

FAQs

Package last updated on 12 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts