afordigital / multiselect-input-component

Input component with dropdown and multiselect made to be able to choose between several options, to be able to write and filter at the same time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiselect Input Component

Input component with dropdown and multiselect made to be able to choose between several options, to be able to write and filter at the same time. A very common component in the implementation of interfaces.

Authors

Contributors

Getting Started

  1. Clone or fork the repository:
  https://github.com/afordigital/multiselect-input-component.git
  1. Install dependencies with your favorite package manager:
# with npm:
npm install

# with pnpm:
pnpm install

# with yarn:
yarn install

# with ultra:
ultra install
  1. Run in your terminal:
# with npm:
npm run dev

# with pnpm:
pnpm run dev

# with yarn:
yarn dev

# with ultra:
ultra dev

and open http://localhost:3000 🌺.

Stack

  • Vite > v4.4
  • React > v18.2
  • UnoCSS > v0.56
  • Presets de icons y tipografía en UnoCSS

Deployment

Vercel: https://multiselect-input-component.vercel.app

About

Input component with dropdown and multiselect made to be able to choose between several options, to be able to write and filter at the same time.


Languages

Language:TypeScript 82.1%Language:JavaScript 8.4%Language:HTML 7.2%Language:CSS 2.3%