Badge
Badges show how important you are. Gold ones are the best.
Includes a Ruby component and corresponding Rails helper
RubyExample
Default
<%= nk_badge("Default") %>Sizes
Small
:sm
Medium
:md
Usage
| ||
|---|---|---|
| Property | Default | Description |
text | nil | Plain text content |
variant | :default | One of :default / :outline |
size | :md | One of :sm / :md |
**attrs | HTML attributes for <span> element | |