Skip to content

NewCodeDevelopment/newcode-ui

Repository files navigation

Logo NewCode UI

The NewCode design system

 

Installation

Install with yarn or npm

  yarn add @newcodedevelopment/ui

  npm install @newcodedevelopment/ui

 

Usage

To import the styles the library needs:

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

To import library components:

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

 

Tech Stack

Framework: React

Styling: TailwindCSS

 

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors