|
1 | 1 | <h3 align="center">
|
2 |
| - <img alt="Logo" src="https://user-images.githubusercontent.com/30767528/123517467-622b0f80-d6a1-11eb-9bf3-abcb4928a89e.png" width="350"/> |
| 2 | + <img alt="Logo" src="https://user-images.githubusercontent.com/30767528/123517467-622b0f80-d6a1-11eb-9bf3-abcb4928a89e.png" width="350"/> |
3 | 3 | </h3>
|
4 | 4 |
|
5 | 5 | <h3 align="center">
|
6 |
| - Visual dom-selection library |
| 6 | + Visual dom-selection library |
7 | 7 | </h3>
|
8 | 8 |
|
| 9 | +<h6 align="center"> |
| 10 | + <a href="https://simonwep.github.io/viselect/">Documentation</a> / |
| 11 | + <a href="https://simonwep.github.io/viselect/pages/quickstart.html">Quickstart</a> / |
| 12 | + <a href="https://simonwep.github.io/viselect/pages/examples.html">Examples</a> |
| 13 | +</h6> |
| 14 | + |
| 15 | +<p align="center"> |
| 16 | + <a href="https://choosealicense.com/licenses/mit/"><img |
| 17 | + alt="License MIT" |
| 18 | + src="https://img.shields.io/badge/license-MIT-ae15cc.svg"></a> |
| 19 | + <img alt="No dependencies" |
| 20 | + src="https://img.shields.io/badge/dependencies-none-8115cc.svg"> |
| 21 | + <a href="https://github.com/sponsors/Simonwep"><img |
| 22 | + alt="Support me" |
| 23 | + src="https://img.shields.io/badge/github-support-6a15cc.svg"></a> |
| 24 | + <img alt="version" src="https://img.shields.io/github/lerna-json/v/simonwep/viselect?color=%233d24c9&label=version"> |
| 25 | + <a href="https://www.buymeacoffee.com/aVc3krbXQ"><img |
| 26 | + alt="Buy me a coffee" |
| 27 | + src="https://img.shields.io/badge/%F0%9F%8D%BA-buy%20me%20a%20beer-%23FFDD00"></a> |
| 28 | + <a href="https://github.com/simonwep/viselect/actions/workflows/main.yml"><img |
| 29 | + alt="Build Status" |
| 30 | + src="https://github.com/simonwep/viselect/actions/workflows/main.yml/badge.svg"></a> |
| 31 | + <a href="https://github.com/simonwep/viselect/actions/workflows/deploy.yml"><img |
| 32 | + alt="Docs" |
| 33 | + src="https://github.com/simonwep/viselect/actions/workflows/deploy.yml/badge.svg"></a> |
| 34 | + <img alt="gzip size" src="https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@viselect/vanilla/dist/viselect.umd.js?compression=gzip"> |
| 35 | + <img alt="brotli size" src="https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@viselect/vanilla/dist/viselect.umd.js?compression=brotli"> |
| 36 | + <a href="https://v3.vuejs.org"><img |
| 37 | + alt="Vue support" |
| 38 | + src="https://img.shields.io/badge/✔-vue-%2340B581"></a> |
| 39 | + <a href="https://preactjs.com/"><img |
| 40 | + alt="Preact support" |
| 41 | + src="https://img.shields.io/badge/✔-preact-%236337B1"></a> |
| 42 | + <a href="https://reactjs.org"><img |
| 43 | + alt="React support" |
| 44 | + src="https://img.shields.io/badge/✔-react-%2359D7FF"></a> |
| 45 | +</p> |
| 46 | + |
9 | 47 | <p align="center">
|
10 |
| - <a href="https://choosealicense.com/licenses/mit/"><img |
11 |
| - alt="License MIT" |
12 |
| - src="https://img.shields.io/badge/license-MIT-ae15cc.svg"></a> |
13 |
| - <img alt="No dependencies" |
14 |
| - src="https://img.shields.io/badge/dependencies-none-8115cc.svg"> |
15 |
| - <a href="https://github.com/sponsors/Simonwep"><img |
16 |
| - alt="Support me" |
17 |
| - src="https://img.shields.io/badge/github-support-6a15cc.svg"></a> |
18 |
| - <img alt="version" src="https://img.shields.io/github/lerna-json/v/simonwep/viselect?color=%233d24c9&label=version"> |
19 |
| - <a href="https://www.buymeacoffee.com/aVc3krbXQ"><img |
20 |
| - alt="Buy me a coffee" |
21 |
| - src="https://img.shields.io/badge/%F0%9F%8D%BA-buy%20me%20a%20beer-%23FFDD00"></a> |
22 |
| - <a href="https://github.com/simonwep/viselect/actions/workflows/main.yml"><img |
23 |
| - alt="Build Status" |
24 |
| - src="https://github.com/simonwep/viselect/actions/workflows/main.yml/badge.svg"></a> |
25 |
| - <a href="https://github.com/simonwep/viselect/actions/workflows/deploy.yml"><img |
26 |
| - alt="Docs" |
27 |
| - src="https://github.com/simonwep/viselect/actions/workflows/deploy.yml/badge.svg"></a> |
28 |
| - <img alt="gzip size" src="https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@viselect/vanilla/dist/viselect.umd.js?compression=gzip"> |
29 |
| - <img alt="brotli size" src="https://img.badgesize.io/https://cdn.jsdelivr.net/npm/@viselect/vanilla/dist/viselect.umd.js?compression=brotli"> |
30 |
| - <a href="https://v3.vuejs.org"><img |
31 |
| - alt="Vue support" |
32 |
| - src="https://img.shields.io/badge/✔-vue-%2340B581"></a> |
33 |
| - <a href="https://preactjs.com/"><img |
34 |
| - alt="Preact support" |
35 |
| - src="https://img.shields.io/badge/✔-preact-%236337B1"></a> |
36 |
| - <a href="https://reactjs.org"><img |
37 |
| - alt="React support" |
38 |
| - src="https://img.shields.io/badge/✔-react-%2359D7FF"></a> |
| 48 | + <img height="100" alt="demo gif" src="https://github.com/user-attachments/assets/7700280d-f388-4c49-bce6-391fb5e338e7"> |
39 | 49 | </p>
|
40 | 50 |
|
41 | 51 | ### Features 🤘
|
|
0 commit comments