pub fn Display(props: DisplayProps) -> impl IntoViewExpand description
§Required Props
- children:
Children
§Optional Props
- tag:
TextTag - align:
TextAlign - block:
bool - wrap:
bool - italic:
bool - underline:
bool - strikethrough:
bool - truncate:
bool - color:
impl Into<MaybeProp<ThemeColor>> - class:
impl Into<MaybeProp<String>> - style:
impl Into<MaybeProp<String>> - test_id:
impl Into<MaybeProp<String>>