Text
The Text component is a versatile and flexible component for displaying text content in your application. It provides various options for customizing the appearance and behavior of text elements.
Default Text
Medium Text
Small Text
Bold Text
Danger Text
Muted Text
Disabled Text
Prop | Type | Default value |
---|---|---|
Prop size | Type string | Default value md |
Prop weight | Type "normal" | "medium" | "semibold" | "bold" | "mono" | Default value normal |
Prop color | Type "default" | "muted" | "danger" | "disabled" | Default value default |
Prop align | Type "left" | "center" | "right" | Default value left |
Prop fillWidth | Type boolean | Default value false |
Prop className | Type string | Default value none |