Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-dimension/stencil-components
Web components built on top StencilJS
https://github.com/code-dimension/stencil-components
components stenciljs webcomponents
Last synced: 2 months ago
JSON representation
Web components built on top StencilJS
- Host: GitHub
- URL: https://github.com/code-dimension/stencil-components
- Owner: code-dimension
- License: mit
- Archived: true
- Created: 2017-09-20T03:11:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T15:02:42.000Z (over 7 years ago)
- Last Synced: 2024-05-21T19:12:41.649Z (8 months ago)
- Topics: components, stenciljs, webcomponents
- Language: TypeScript
- Homepage: https://code-dimension.github.io/stencil-components/
- Size: 282 KB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-stenciljs - Stencil Components
README
# Stencil Components
Web components built on top StencilJS
[![Build Status](https://travis-ci.org/CodeDimension/stencil-components.svg?branch=master)](https://travis-ci.org/CodeDimension/stencil-components) [![Coverage Status](https://coveralls.io/repos/github/CodeDimension/stencil-components/badge.svg?branch=master)](https://coveralls.io/github/CodeDimension/stencil-components?branch=master) [![npm version](https://badge.fury.io/js/%40code-dimension%2Fstencil-components.svg)](https://badge.fury.io/js/%40code-dimension%2Fstencil-components)
## How to install
You can install using NPM:
```
npm i --save @code-dimension/stencil-components
```You can install using unpkg cdn:
```
https://unpkg.com/@code-dimension/stencil-components
```Checkout the complete [documentation](https://codedimension.github.io/stencil-components/) !