0.0.5 • Published 4 years ago

stone-web-components v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Built With Stencil

Stone Web Component Collection

A Web Component collection primarily used on Stone application system or others

Stone (State Json Language)

Stone is an abstraction of HTML that is used make UI application

Getting Started

To run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/stone-web-component@0.0.1/dist/stone-web-component.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install stone-web-component --save
  • Put a script tag similar to this <script src='node_modules/stone-web-component/dist/stone-web-component.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc
0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago