Develop pratic and more fast with React components.
yarn add @bolio-ui/core
Top 100 this week
1:25
3:18

Calories
2.5k
CAL

Start coding
Get started with Bolio UIChallenges to a match
Set it once. Every component follows.
Apply your own theming decisions.
Colors, typeface and radius all live in one theme object. Start from the default light and dark themes or create your own.

Neon Windbreaker
Light, waterproof and made for late nights.
$129.00import { Themes } from '@bolio-ui/core'const bolio = Themes.createFromDark({ type: 'bolio' })const terminal = Themes.createFromDark({ type: 'terminal', palette: { primary: '#15803D', secondary: '#0891B2', background: '#0B1110' }, layout: { radius: '4px' }, font: { sans: 'Menlo, Consolas, monospace' } })const editorial = Themes.createFromDark({ type: 'editorial', palette: { primary: '#9F1239', secondary: '#FAFAFA' }, layout: { radius: '0px' }, font: { sans: 'Georgia, "Times New Roman", serif' } })const groove = Themes.createFromDark({ type: 'groove', palette: { primary: '#DB2777', secondary: '#F59E0B' }, layout: { radius: '24px' }, font: { sans: 'ui-rounded, "SF Pro Rounded", system-ui, sans-serif' } })
Docs you can copy from.
A guide for every framework, a props table for each component and examples you paste straight into your project.
Getting Started
Install Bolio UI, wrap your app with the provider and start using components right away.
yarn add @bolio-ui/core import { BolioUIProvider } from '@bolio-ui/core'
Build even faster with Bolio UI.
Premade responsive components designed and built by Bolio UI, ready for your next website.
Text
ButtonYour colors, on every component.
Pick a primary and a secondary color. Bolio UI derives the shades it actually uses and previews them in light and dark.
51 components. 13 hooks. 1 theme.
Types, sizes, icons and a loading state, all from the theme.
Labels, icons, clearable and password inputs with validation states.
Single or multiple choice, with a keyboard friendly dropdown.
Dialogs with title, content and actions, opened from any trigger.
Switch between views of the same content without leaving the page.
Pictures or initials, alone or stacked in a group.
On and off switches for settings, in every theme color.
Show how far a task has gone, with a color for each range.
Pick a date inline, or open it inside the DatePicker.
Sixteen colors and two typefaces.
Every component uses one of these. Change a token in your theme, the whole app follows.




