button

available

interactive button component

usage

import Button from "@/registry/ascii/button";

<Button onClick={() => alert("clicked!")}>
  click me
</Button>

examples

variants

with icons

disabled

design note

secondary variant uses bracket notation [ button ] for tui aesthetic