Skip to main content

Pill

The pill component is used to display a pill on your pages. It is used to display a small piece of information, like a tag, or a label.

Pill

Usageโ€‹

<x-pill class="text-primary-500 bg-primary-50">{{ __('Launch your Business') }}</x-pill>

You can pass in extra classes to the pill component to customize its look and feel.