Getting Started
Input
Forms
Navigation and actionables
Data Display
Installation
A custom component library built with React and TailwindCSS to help streamline proof of concept development and provide visually pleasing and functional components.
Install
To install the component-library run the following within your project directory.
npm install @nerdfish/react @nerdfish/utils postcss tailwindcss @tailwindcss/postcss
Configuration
//postcss.config.mjs
export { default } from '@nerdfish/react/postcss.config.mjs'
Then you need a global css file which you import at the root of the project
//styles.css
@import '@nerdfish/react/styles/global.css';
@source "../../node_modules/@nerdfish/react"; // path to nerdfishui