Skip to main content

Blockquote

Blockquote component is the used to render text and paragraphs within an interface using well-defined typographic styles. It renders a p tag by default.

import { Blockquote } from "rizzui";

Default

The default style of the Blockquote.

Before going to sleep every night, forgive everyone and sleep with a clean heart.
import { Blockquote } from "rizzui";

export default function App() {
return (
<Blockquote>
Before going to sleep every night, forgive everyone and sleep with a clean
heart.
</Blockquote>
);
}

API Reference


Blockquote Props

Here is the API documentation of the Blockquote component.

PropsTypeDescriptionDefault
classNamestringAdd custom classes for extra style__