Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevevanopstal/caniuse-web-component
https://github.com/stevevanopstal/caniuse-web-component
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevevanopstal/caniuse-web-component
- Owner: SteveVanOpstal
- Created: 2019-11-01T23:41:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T06:47:41.000Z (about 2 years ago)
- Last Synced: 2024-12-15T20:30:06.643Z (about 2 months ago)
- Language: Svelte
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caniuse-web-component
all components are bundled in `can-i-use.js`
```html```
# can-i-use
A web component that shows browser support in a compact form.
![example of can I use webcomponent](can-i-use.png)
```html
```
# can-i-use-total
A web component that shows the support percentage for full support, partial support and total support.
![example of can I use total webcomponent](can-i-use-total.png)
```html
```
## development
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000)