Auro Playground
  • Basic
    • Button
    • Basic Hyperlink
  • Advanced
    • Cards
    • Flight
Examples

Auro Button Basic Example

This is a basic example of how to use the Auro Button component.

Usage

<script type="module">
    import '@aurodesignsystem/auro-button';
</script>

<auro-button id="hi">Click Me!</auro-button>

How to install

npm install @aurodesignsystem/auro-button

Then later, in your code:

// To just get a component named 'auro-button'
import '@aurodesignsystem/auro-button';