A Web Component collection primarily used on Stone application system or others
Stone is an abstraction of HTML that is used make UI application
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
- 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
- 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