0.0.7 • Published 2 years ago

ucraft-design-system v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Using the library in a React frontend app

Install the library running npm i ucraft-design-system.

To import the styles the library needs:

/* _app.tsx */
import 'ucraft-design-system/dist/style.css'
// More imports and your App component ...

To import library components:

/* pages/index.tsx */
import { Button } from '<your-library>'
// More imports and your Page component...
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago