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.
Props | Type | Description | Default |
---|---|---|---|
className | string | Add custom classes for extra style | __ |