Text is used to display customizable text content.
This is an example of the Text component
import Text from "@radui/ui/Text" const TextExample = () => ( <div> <Text>Lorem ipsum</Text> </div> )