NPM Installation
This guide provides instructions for installing Mijn-UI components directly from npm.
Beta Notice
Currently, we provide only one installation option: Next.js integration.
Requirements
- NextJS 15 or later
- React 19 or later
- Tailwind Css 3.4 or later
Starter Template
You can either use the nextjs-template template to get started quickly or follow the steps below to integrate Mijn-UI components.
Installation
Install Next.js and Required Dependencies
Make sure to use Tailwind CSS when setting up your Next.js project.
Install Tailwind Theme Plugin
MijnUI provides a Tailwind plugin with a default theme. You can use this default theme or override it as needed. Currently, we have only one theme available.
In the Tailwind config file:
That's it
You can now start adding components to your project. Check out the components section to learn more about the available components.