This project features two custom color selectors, developed using Tailwind CSS, Nuxt.js and TypeScript. The selectors are designed to provide a simple, intuitive experience when choosing colors for your projects. Including :
Copy the components/ColorPicker.vue
or components/ColorPickerItem.vue
files to your project
Add the following code to your component
bun i -D @types/tinycolor2
Clone this repository if you have access or download it from the store
git clone [email protected]:cavalluccijohann/nuxt-color-picker.git
Install dependencies
bun install
Start development server
bun dev
Generate static project
bun generate
Start production server
bun start