> For the complete documentation index, see [llms.txt](https://nextgencss.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nextgencss.gitbook.io/untitled/quick-start/buttons.md).

# Buttons

## Syntax&#x20;

```sass
...other code
    button : "btn",
...other code
```

## Buttons

*Buttons classes are of **4** kinds*

* **`button`** on tag it is the default style you don't need any class for this
* **`.btn-curve`** button with curvy edges
* **`.btn-bootstrap`** buttons like our favourite bootstrap buttons
* **`.btn-circle`** with more circular edges

## **Examples**

```html
<button class="">This is a button</button>
<button class="btn-curve">This is a button</button>
<button class="btn-circle">This is a button</button>
<button class="btn-bootstrap">This is a button</button>
```

<figure><img src="/files/FRQHGc0Y6Ng57r8UO1Yi" alt=""><figcaption></figcaption></figure>
