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

BlockQuote is used to display a quote.

When my time comes, forget the wrong that I've done.
Help me leave behind some reasons to be missed.
Don't resent me and when you're feeling empty, keep me in your memory.
Leave out all the rest, leave out all the rest.
import BlockQuote from "@radui/ui/BlockQuote"

const BlockQuoteExample = () => (
    <div>
        <BlockQuote> When my time comes, forget the wrong that I've done.
        Help me leave behind some reasons to be missed.
        Don't resent me and when you're feeling empty, keep me in your memory.
        Leave out all the rest, leave out all the rest. </BlockQuote>
    </div>
)