@prec-ui/components@0.1.4
latest
precedentai/jsr-prec-uiIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
23%
Published
4 months ago (0.1.4)
@prec-ui/components
A collection of reusable React components built with Material-UI.
Installation
npx jsr add @prec-ui/components
Available Components
- ResizableCustomHandle - A customizable drag handle for resizable interfaces
- Component B - Description
- Component C - Description
Usage
All components are available as named exports:
import { ResizableHandle, ComponentB, ComponentC } from '@prec-ui/components'; const App = () => ( <ResizableHandle ...props /> );
License
MIT
Add Package
deno add jsr:@prec-ui/components
Import symbol
import * as components from "@prec-ui/components";
Import directly with a jsr specifier
import * as components from "jsr:@prec-ui/components";
Add Package
pnpm i jsr:@prec-ui/components
pnpm dlx jsr add @prec-ui/components
Import symbol
import * as components from "@prec-ui/components";
Add Package
yarn add jsr:@prec-ui/components
yarn dlx jsr add @prec-ui/components
Import symbol
import * as components from "@prec-ui/components";
Add Package
npx jsr add @prec-ui/components
Import symbol
import * as components from "@prec-ui/components";
Add Package
bunx jsr add @prec-ui/components
Import symbol
import * as components from "@prec-ui/components";