Skip to content

Button

The button component represents a button.

Installation

Copy and paste the following file into your project.

html
<component name="button" as="button" class="bg-zinc-900 text-white rounded inline-flex items-center h-9 px-4 py-2">
  Button
</component>

Usage

html
<import component="button" from="ui/button">

<component name="main">
    <render component="button"></render>
</component>