Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevevanopstal/caniuse-web-component


https://github.com/stevevanopstal/caniuse-web-component

Last synced: about 1 month ago
JSON representation

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)