Skip to content

NewCodeDevelopment/newcode-ui

 
 

Repository files navigation

NewCode UI

The NewCode design system

Using the library in a React frontend app

Install the library running yarn add @newcode/ui.

To import the styles the library needs:

/* _app.tsx */
import "@newcode/ui/dist/style.css";
// More imports and your App component ...

To import library components:

/* pages/index.tsx */
import { Button } from "@newcode/ui";
// More imports and your Page component...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors