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 👉
- Host: GitHub
- URL: https://github.com/sheweichun/foxview
- Owner: sheweichun
- Created: 2019-02-18T12:01:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T14:43:01.000Z (about 7 years ago)
- Last Synced: 2025-02-18T23:17:33.321Z (about 1 year ago)
- Topics: declarative, framework, frontend, library, ui, ui-components, webcomponent
- Language: TypeScript
- Homepage: https://sheweichun.github.io/foxview
- Size: 1.42 MB
- Stars: 5
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```