👋 Hey there! I've curated a collection of typical React UI components at uicode.mirado.work. The collection spans from atomic components like buttons to more substantial ones such as forms, navigation, hero section and beyond. Each component is crafted using React and CSS modules (Support for Tailwind will be gradually implemented).
Mirado - Andria
This is the repository for the web platform. You can see it in action at uicode.mirado.work or run it locally (see installation method bellow).
Components source code are located in:
src/code/components
This webapp is based on Next.js 14, so it needs NodeJS to be installed first, and install required package.
npm install
npm run dev
Available on http://localhost:3000
Additionally, you may need to build the scss files for the layout of the web app, so do:
npm run sass:build
MIT