@newcodedevelopment/ui
v0.2.1
Published
The NewCode design system
Downloads
1
Readme
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
