tl;dv Design System
TDS is a collection of React UI components for quickly building user interfaces at tl;dv.
npm install -g @tldv/design-system
# or
yarn add @tldv/design-system
Import required tl;dv components within src/App.tsx
file or your custom component files:
import { Button } from '@tldv/design-system';