Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 270 Bytes

Taskany Bricks

Taskany Design System.

Install

$ npm i @taskany/bricks

Usage

import { Text } from '@taskany/bricks';

const App = () => <Text>Taskany Text Component</Text>;

Demo

Storybook