0.0.7 • Published 10 months ago

ucraft-design-system v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago