mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
15 lines
177 B
Markdown
15 lines
177 B
Markdown
# @robonen/primitives
|
|
|
|
Collection of reusable UI primitives.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
pnpm install @robonen/primitives
|
|
```
|
|
|
|
## Usage
|
|
|
|
```ts
|
|
import {} from '@robonen/primitives';
|
|
``` |