@ardoq/atomic-componentsdeprecated

Reusable atomic components for Ardoq's front-end applications

Usage no npm install needed!

<script type="module">
  import ardoqAtomicComponents from 'https://cdn.skypack.dev/@ardoq/atomic-components';
</script>

README

Atomic Components

Re-usable atomic components for ardoq's front-end applications

Contributing

Build

  1. yarn build

Publishing a new version of the package

  1. Verify that "it works":
    yarn lint && yarn check-types
  2. Bump the version yarn version
  3. Publish (DO NOT BUMP THE VERSION HERE!):
    yarn run publish