pub fn Text(props: TextProps) -> impl IntoViewExpand description
Text Leptos Component
§Required Props
- children:
Children
§Optional Props
- variant:
impl Into<TextVariant> - id:
impl Into<AttributeValue> - class:
impl Into<AttributeValue> - style:
impl Into<AttributeValue>