Blockquote

Display a quote or a component that looks like a quote.

Happiness lies not in the mere possession of money; it lies in the joy of achievement, in the thrill of creative effort.

Franklin Roosevelt

Installation

Run the following command:

npx ever-ui-clx@0.2.1 add demo-blockquote

Usage

import { Blockquote, BlockquoteAuthor } from "@/components/ui/blockquote";
<Blockquote>
  Exercitation velit voluptate pariatur nostrud nostrud laborum.
  <BlockquoteAuthor>Lorem</BlockquoteAuthor>
</Blockquote>