@oneuikit/react
v0.8.26
Published
A collection of One Components built with React.
Readme
One - Design System
ODS is a collection of React UI components for quickly building user interfaces at tl;dv.
npm install -g @oneuikit/react
# or
yarn add @oneuikit/reactImport required tl;dv components within src/App.tsx file or your custom component files:
import { Button } from '@oneuikit/react';To explore UI components locally run the storybook server.
npm run start