Skip to main content

Buttons

Buttons are created using anchor tags with the button class.

Primary Button

Get Started

Secondary Button

Read Documentation

Syntax

<a href="https://example.com" class="button primary">Get Started</a>
<a href="https://docs.example.com" class="button secondary">Documentation</a>