mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 14:29:22 -05:00
1e4832a6d0
* demo: refactor docs * demo: refactor docs * demo: refactor docs * demo: refactor docs
658 B
658 B
Typography
view! {
<Space>
<Text>"text"</Text>
<Text code=true>"code"</Text>
</Space>
}
Text Props
Name | Type | Default | Description |
---|---|---|---|
class | MaybeSignal<String> |
Default::default() |
Addtional classes for the text element. |
code | bool |
false |
Use the code tag and style. |
children | Children |
Text's content. |