From 46611458fb91c966eeabf792dcd71ffe39cb9ff0 Mon Sep 17 00:00:00 2001 From: William Troup Date: Fri, 6 Sep 2024 15:25:52 +0100 Subject: [PATCH] Updated README files. --- README.md | 1 + README_NUGET.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d25f9a..4a014ce 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Select.js - Zero-dependencies and extremely lightweight! - Written in TypeScript, allowing greater support for React, Angular, and other libraries! - Maintains existing SELECT DOM element for FORM compatibility. +- Easily select and de-select your list items, which are shown as tags! - Full API available via public functions. - Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library. - Full CSS theme support (using :root variables, with a default dark-mode theme). diff --git a/README_NUGET.md b/README_NUGET.md index 715454d..f6f0732 100644 --- a/README_NUGET.md +++ b/README_NUGET.md @@ -15,6 +15,7 @@ - Zero-dependencies and extremely lightweight! - Written in TypeScript, allowing greater support for React, Angular, and other libraries! - Maintains existing SELECT DOM element for FORM compatibility. +- Easily select and de-select your list items, which are shown as tags! - Full API available via public functions. - Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library. - Full CSS theme support (using :root variables, with a default dark-mode theme).