@arc-ui/bundle
Arc UI System Vanilla JS components.
⚠️ EE variants are experimental and should not be used on production sites.
For React components, see @arc-ui/components.
Usage
Install with polyfills
<script src='/bundle-web/dist/polyfills.js' nomodule></script>
<script src='/bundle-web/dist/index.js'></script>
The nomodule
attribute is used to indicate to ES2015 module supporting browsers that that the script should not be executed i.e. polyfills.js
will only execute in older browsers that do not support the attribute.
See Arc Documentation for more information.