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

Strong is used to define text with strong importance in bold.

This is a very Strong word
import Strong from '@radui/ui/Strong'

const StrongExample = () => (
    <div>
            This is a very <Strong>Strong</Strong> word
    </div>
)