Skip to content

Commit 23ac909

Browse files
author
William Troup
committed
Updates to the README files to make the features stand out.
1 parent 2d9dac6 commit 23ac909

File tree

3 files changed

+21
-18
lines changed

3 files changed

+21
-18
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Select.js
2020

2121
<h1>What features does Select.js have?</h1>
2222

23-
- Zero-dependencies and extremely lightweight!
24-
- Written in TypeScript, allowing greater support for React, Angular, and other libraries!
25-
- Maintains existing SELECT DOM element for FORM compatibility.
26-
- Easily select and de-select your list items, which are shown as tags!
27-
- Full API available via public functions.
28-
- Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
29-
- Full CSS theme support (using :root variables, with a default dark-mode theme).
30-
- Custom triggers for actions (when elements are rendered, selection is changed, etc).
31-
- Shortcut keys (click [here](docs/SHORTCUT_KEYS.md) to see the full list).
23+
- 😏 Zero-dependencies and extremely lightweight!
24+
- 🦾 Written in TypeScript, allowing greater support for React, Angular, and other libraries!
25+
- ✏️ Maintains existing SELECT DOM element for FORM compatibility, allowing easy editing.
26+
- ☑️ Easily select and de-select your list items, which are shown as tags!
27+
- 💻 Full API available via public functions.
28+
- 📱 Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
29+
- 🌈 Full CSS theme support (using :root variables, with a default dark-mode theme).
30+
- 🚀 Custom triggers for actions (when elements are rendered, selection is changed, etc).
31+
- 🔠 Shortcut keys (click [here](https://github.com/williamtroup/docs/SHORTCUT_KEYS.md) to see the full list).
3232
<br />
3333
<br />
3434

README_NUGET.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
## What features does Select.js have?
1414

15-
- Zero-dependencies and extremely lightweight!
16-
- Written in TypeScript, allowing greater support for React, Angular, and other libraries!
17-
- Maintains existing SELECT DOM element for FORM compatibility.
18-
- Easily select and de-select your list items, which are shown as tags!
19-
- Full API available via public functions.
20-
- Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
21-
- Full CSS theme support (using :root variables, with a default dark-mode theme).
22-
- Custom triggers for actions (when elements are rendered, selection is changed, etc).
23-
- Shortcut keys (click [here](https://github.com/williamtroup/docs/SHORTCUT_KEYS.md) to see the full list).
15+
- 😏 Zero-dependencies and extremely lightweight!
16+
- 🦾 Written in TypeScript, allowing greater support for React, Angular, and other libraries!
17+
- ✏️ Maintains existing SELECT DOM element for FORM compatibility, allowing easy editing.
18+
- ☑️ Easily select and de-select your list items, which are shown as tags!
19+
- 💻 Full API available via public functions.
20+
- 📱 Fully styled in CSS/SASS (including the buttons) and compatible with the Bootstrap library.
21+
- 🌈 Full CSS theme support (using :root variables, with a default dark-mode theme).
22+
- 🚀 Custom triggers for actions (when elements are rendered, selection is changed, etc).
23+
- 🔠 Shortcut keys (click [here](https://github.com/williamtroup/docs/SHORTCUT_KEYS.md) to see the full list).
2424

2525

2626
## What browsers are supported?

docs/CHANGE_LOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#### **SASS/CSS:**
1212
- Renamed the CSS class "button" to "open-close-button".
1313

14+
#### **Documentation:**
15+
- Updates to the README files to make the features stand out.
16+
1417
<br>
1518

1619

0 commit comments

Comments
 (0)