Installation Guide

Before you get started, you will have to follow this fast installation guide.

1. Install npm package (And init baseline)

$ npm i baseline-ui-installer
$ baselineui init

2. Install Framer-Motion, Tailwind CSS, Next.js/React

You can easily do this by yourself by looking at their docs. Saves me time :)
Tailwind CSS Docs Framer-motion Docs Next.js Docs - all easily installed

3. Import and use elements

Add BaselineUI component and import it into your page.tsx

$ baselineui add (component name)