benjaminpalko/.opencode/skills/daisyui/components/status.md
Benjamin Palko f526f5c0aa
Some checks failed
Deploy / deploy (push) Failing after 39s
set up new workflow and migrate to .forgejo dir (#5)
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com>
Reviewed-on: #5
2026-08-11 20:55:29 -04:00

22 lines
661 B
Markdown

### status
Status is a really small icon to visually show the current status of an element, like online, offline, error, etc
[status docs](https://daisyui.com/components/status/)
#### Class Names:
- Component: `status`
- Color: `status-neutral`, `status-primary`, `status-secondary`, `status-accent`, `status-info`, `status-success`, `status-warning`, `status-error`
- Size: `status-xs`, `status-sm`, `status-md`, `status-lg`, `status-xl`
#### Syntax
```html
<span class="status {MODIFIER}"></span>
```
#### Rules
- {MODIFIER} is optional and can have one of the color/size class names
- This compnent renders a small visual indicator to draw attention