Display a quote or a component that looks like a quote.
Run the following command:
npx ever-ui-clx@0.2.1 add demo-blockquote
import { Blockquote, BlockquoteAuthor } from "@/components/ui/blockquote";
<Blockquote>
Exercitation velit voluptate pariatur nostrud nostrud laborum.
<BlockquoteAuthor>Lorem</BlockquoteAuthor>
</Blockquote>