Text
Last updated: 2.2.0 (03/02/2024)
Usage
import { Text } from "@valence-ui/core";
function MyComponent() {
return (
<Text>
I'm a **markdown-compatible** text component!
</Text>
)
}Font family
import { Text } from "@valence-ui/core";
function MyComponent() {
return (
<Text
family="Plus Jakarta Sans"
>
I'm a **markdown-compatible** text component!
</Text>
)
}Styles
Supported markdown attributes
Props
Property
Type
Description
Changelog
Last updated