|
|
1 місяць тому | |
|---|---|---|
| .. | ||
| scripts | 3 місяців тому | |
| src | 1 місяць тому | |
| .gitignore | 3 місяців тому | |
| README.md | 3 місяців тому | |
| components.json | 3 місяців тому | |
| index.tsx | 3 місяців тому | |
| package.json | 1 місяць тому | |
| tailwind.config.css | 3 місяців тому | |
| tsconfig.json | 3 місяців тому | |
| vitest.config.ts | 3 місяців тому | |
| vitest.setup.ts | 3 місяців тому | |
packages/uiBriven's shared React component library. Built on Radix UI primitives and shadcn/ui, styled with Tailwind CSS, and used across all Briven apps.
Import from the 'ui' package alias:
import { Badge, Button, Input } from 'ui'
Some of the components have the _Shadcn_ suffix. These components should be preferred, they're in a process of replacing the other ones.
// deep object merge (used for themes)
import { clipboard, cn, mergeDeep } from 'ui' // clsx + tailwind-merge
// copy-to-clipboard helper
bg-muted, text-foreground-light, border-default) rather than hardcoded colors.tailwind.config.js. The file in this package is a stub for IntelliSense only.