Rad UI is under active development and looking for contributors to shape the future of the library. If you'd like to contribute to Rad UI, please check out Getting Started

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>
)