Step 4. Import the desired components as named imports and use wherever you like!
<script> import { Button } from 'attractions'; </script>
<Button>click me</Button>
For more information on how to customize/theme your installation, see the docs.
Alternatively, the library can be used from a CDN, such as unpkg, and then the components will be registered as custom elements. This is especially useful for quick prototypes that do not need all the features provided.