@bolid-ui/primitives
v0.1.0
Published
Низкоуровневые UI-примитивы дизайн-системы Bolid UI для React
Downloads
126
Maintainers
Readme
Bolid Primitives
Low-level headless UI primitives, built on Radix UI and React Aria.
The unstyled foundation — components, hooks and utilities — that
@bolid-ui/themes is built on. Ships ESM and CJS with full
types. Requires React 19.
Installation
# using npm
npm install @bolid-ui/primitives
# using yarn
yarn add @bolid-ui/primitives
# using pnpm
pnpm add @bolid-ui/primitivesEntry points
| Import | Purpose |
| --- | --- |
| @bolid-ui/primitives | Main API: primitive components, hooks and types. |
| @bolid-ui/primitives/internal | Internal utilities and state for libraries built on top of the primitives (e.g. themes). Not part of the public contract. |
| @bolid-ui/primitives/internationalized | Date and time API (based on @internationalized/date). |
| @bolid-ui/primitives/<name> | A single primitive by name, e.g. @bolid-ui/primitives/checkbox. |
License
Licensed under the MIT License.
See LICENSE for more information.
