@ascenso/crca-animation

Webcomponent crca-animation following open-wc recommendations

Usage no npm install needed!

<script type="module">
  import ascensoCrcaAnimation from 'https://cdn.skypack.dev/@ascenso/crca-animation';
</script>

README

<crca-animation>

This webcomponent follows the open-wc recommendation.

Installation

npm i crca-animation

Usage

<script type="module">
  import 'crca-animation/crca-animation.js';
</script>

<crca-animation></crca-animation>

Demoing with Storybook

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

Local Demo with es-dev-server

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