Skip to content

Normal Buttons

html
<JButton>Default Button</JButton>
<JButton variant="primary">Primary</JButton>
<JButton variant="secondary">Secondary</JButton>
<JButton variant="success">Success</JButton>
<JButton variant="danger">Danger</JButton>
<JButton variant="warning">Warning</JButton>
<JButton variant="info">Info</JButton>
<JButton variant="dark">Danger</JButton>

<!-- Other States -->
<JButton variant="primary" disabled>Primary (Disabled)</JButton>

Outlined Buttons

Coming soon.

Rounded Buttons

Coming soon.

Soft Buttons

Coming soon.

Gradient Buttons

Coming soon.

Animation Buttons

Coming soon.

Buttons with Icons

Coming soon.

Released under the MIT License.