The NewCode design system
Install with yarn or npm
yarn add @newcodedevelopment/ui
npm install @newcodedevelopment/ui
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...
Framework: React
Styling: TailwindCSS