Skip to content

Status

概要

Status は小さなインジケーターとテキストで状態を表すコンポーネントです。機器の接続状態、ジョブ進行、警告表示などの軽量なステータス表現に向いています。

Usage 使用例

基本

API Reference

Status.Root Props

PropsTypeDefaultDescription
value"info" | "warning" | "success" | "error""info"状態値です
size"sm" | "md" | "lg""md"表示サイズです
classstring追加クラスです

Subcomponents

ComponentDescription
Status.Root状態値とテキストをまとめるルートです
Status.Indicator色付きの丸インジケーターです

Mithril UI Kit Documentation