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 :


Add to your project

  1. Copy the components/ColorPicker.vue or components/ColorPickerItem.vue files to your project

  2. Add the following code to your component

    bun i -D @types/tinycolor2
    

Quick Setup

  1. Clone this repository if you have access or download it from the store

    git clone [email protected]:cavalluccijohann/nuxt-color-picker.git
    
  2. Install dependencies

    bun install
    
  3. Start development server

    bun dev
    
  4. Generate static project

    bun generate
    
  5. Start production server

    bun start
    

Author


Top categories

Loading Svelte Themes