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

https://github.com/sheweichun/foxview

A declarative and efficient JavaScript library for building WebComponent and page 👉
https://github.com/sheweichun/foxview

declarative framework frontend library ui ui-components webcomponent

Last synced: about 1 year ago
JSON representation

A declarative and efficient JavaScript library for building WebComponent and page 👉

Awesome Lists containing this project

README

          

# FoxView

## Documentation

Full documentation is available at [https://sheweichun.github.io/foxview](https://sheweichun.github.io/foxview).

## Shadow Dom
http://w3c.github.io/webcomponents/spec/shadow/#dfn-destination-insertion-points

## Material WebComponent
https://material-components.github.io/material-components-web-components/demos/index.html

## Installation

From inside your project folder, run:

```bash
$ npm install foxview
```

To install the web components polyfills needed for older browsers:

```bash
$ npm i -D @webcomponents/webcomponentsjs
```