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/react
Import 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