https://github.com/rayiumir/filterable
A simple, lightweight library for Filter the Items
https://github.com/rayiumir/filterable
Last synced: 3 months ago
JSON representation
A simple, lightweight library for Filter the Items
- Host: GitHub
- URL: https://github.com/rayiumir/filterable
- Owner: Rayiumir
- Created: 2024-04-27T13:14:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T20:29:06.000Z (about 2 years ago)
- Last Synced: 2025-05-16T13:52:48.614Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Filterable
A simple, lightweight library for Filter the Items
# How to use
Calling Javascript File Filterable:
```javascript
```
HTML:
```html
all
Category One
Category Two
Category Three
```
CSS :
```css
.card.hide{
display: none;
}
```
# Demo
