This webcomponent follows the open-wc recommendation.
npm i crca-agenda-autorizacion
<script type="module">
import 'crca-agenda-autorizacion/crca-agenda-autorizacion.js';
</script>
<crca-agenda-autorizacion></crca-agenda-autorizacion>
To run a local instance of Storybook for your component, run
npm run storybook
To build a production version of Storybook, run
npm run storybook:build
npm start
To run a local development server that serves the basic demo located in demo/index.html
npm start:compatibility
To run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html