@bolid-ui/themes
v0.2.1
Published
Темы и стилизованные компоненты дизайн-системы Bolid UI для React
Downloads
419
Maintainers
Readme
Bolid Themes
A ready-to-use library of styled, accessible React components.
From buttons and forms to tables, dialogs and date-pickers — themeable,
responsive and accessible out of the box. Built on top of
@bolid-ui/primitives and @bolid-ui/colors,
which are installed automatically as dependencies. Ships ESM and CJS with full
types. Requires React 19.
Installation
# using npm
npm install @bolid-ui/themes
# using yarn
yarn add @bolid-ui/themes
# using pnpm
pnpm add @bolid-ui/themesUsage
import { Button } from '@bolid-ui/themes'
import '@bolid-ui/themes/styles.css'
export function App() {
return <Button>Hello</Button>
}License
Licensed under the MIT License.
See LICENSE for more information.
