Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with 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

Usage

All components are available as named exports:

import { ResizableHandle, ComponentB, ComponentC } from '@prec-ui/components';

const App = () => (
  <ResizableHandle
    ...props
 />
);

License

MIT

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@prec-ui/components

Import symbol

import * as components from "@prec-ui/components";
or

Import directly with a jsr specifier

import * as components from "jsr:@prec-ui/components";

Add Package

pnpm i jsr:@prec-ui/components
or (using pnpm 10.8 or older)
pnpm dlx jsr add @prec-ui/components

Import symbol

import * as components from "@prec-ui/components";

Add Package

yarn add jsr:@prec-ui/components
or (using Yarn 4.8 or older)
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";