🚀 Beta mode be careful of the bugs

Description

Preview

The Description Preview component is used to display a large content. It leverages Tailwind CSS for styling, making it flexible and easy to adapt to different designs.

Description

Once upon a time, in a far-off land, there was a very lazy king who spent all day lounging on his throne. One day, his advisors came to him with a problem: the kingdom was running out of money.

"After all," he said, "everyone enjoys a good joke, so it's only fair that they should pay for the privilege."
Shadwui underline

Features

  • Supports dynamic Description (p, underline, blockquote).
  • Easily customizable using Tailwind CSS utility classes.
  • Responsive and accessible.

Installation

pnpm dlx shadcn@latest add https://shadwui.com/r/description.json

Usage

import { Description } from "@/components/shadwui/description";
<Description> children </Description>

Examples

Here is the usage of every Description such as p, blockquote, underline.

H1

Description 01

Once upon a time, in a far-off land, there was a very lazy king who spent all day lounging on his throne. One day, his advisors came to him with a problem: the kingdom was running out of money.

H2

Description 02
Once upon a time, in a far-off land, there was a very lazy king who spent all day lounging on his throne. One day, his advisors came to him with a problem: the kingdom was running out of money.

H3

Description 03

Once upon a time, in a far-off land, there was a very lazy king who spent all day lounging on his throne. One day, his advisors came to him with a problem: the kingdom was running out of money.

Options

DescriptionDescription VariantExample Output
pvariant="p"Description
underlinevariant="underline"Underline
blockquotevariant="blockquote"blockquote

On this page