Label

Usage

Include CSS

Import Tailwind and one full 5h3ll-ui style bundle.

@import "tailwindcss";
@import "5h3ll-ui/vega.css";

Or import only the base CSS, Label component CSS, and one style pack.

@import "tailwindcss";
@import "5h3ll-ui/base.css";
@import "5h3ll-ui/components/label.css";
@import "5h3ll-ui/styles/vega.css";

Using CDN or bundler imports? See the Installation page.

Add your label HTML

Add class="label" to a <label> element.

<label class="label" for="email">Your email address</label>

Examples

RTL

Add dir="rtl" to the label or an ancestor.