From bb5e92f98cd63c6a464ffdce497ee2d3a069c3f4 Mon Sep 17 00:00:00 2001 From: marrionluaka Date: Sun, 2 Jun 2024 18:00:30 -0700 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dca77e9 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# multiselect + +A lightweight JavaScript utility for enabling multi-selection functionality. + +## Features +- Simple API for managing multi-selection +- Lightweight and fast +- No dependencies + +## Installation + +### npm +```bash +npm install multiselect