crca-agenda-autorizacion
v0.0.9
Published
Webcomponent crca-agenda-autorizacion following open-wc recommendations
Readme
<crca-agenda-autorizacion>
This webcomponent follows the open-wc recommendation.
Installation
npm i crca-agenda-autorizacionUsage
<script type="module">
import 'crca-agenda-autorizacion/crca-agenda-autorizacion.js';
</script>
<crca-agenda-autorizacion></crca-agenda-autorizacion>Demoing with Storybook
To run a local instance of Storybook for your component, run
npm run storybookTo build a production version of Storybook, run
npm run storybook:buildLocal Demo with es-dev-server
npm startTo run a local development server that serves the basic demo located in demo/index.html
npm start:compatibilityTo run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html
