Loading dashboard...
Loading dashboard...
We do not ship any typography styles by default. This page is an example of how you can use utility classes to style your text.
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.
The king thought long and hard, and finally came up with a brilliant plan: he would tax the jokes in the kingdom.
"After all," he said, "everyone enjoys a good joke, so it's only fair that they should pay for the privilege."
The king's subjects were not amused. They grumbled and complained, but the king was firm:
As a result, people stopped telling jokes, and the kingdom fell into a gloom. But there was one person who refused to let the king's foolishness get him down: a court jester named Jokester.
Jokester began sneaking into the castle in the middle of the night and leaving jokes all over the place: under the king's pillow, in his soup, even in the royal toilet. The king was furious, but he couldn't seem to stop Jokester.
And then, one day, the people of the kingdom discovered that the jokes left by Jokester were so funny that they couldn't help but laugh. And once they started laughing, they couldn't stop.
The people of the kingdom, feeling uplifted by the laughter, started to tell jokes and puns again, and soon the entire kingdom was in on the joke.
| King's Treasury | People's happiness |
|---|---|
| Empty | Overflowing |
| Modest | Satisfied |
| Full | Ecstatic |
The king, seeing how much happier his subjects were, realized the error of his ways and repealed the joke tax. Jokester was declared a hero, and the kingdom lived happily ever after.
The moral of the story is: never underestimate the power of a good laugh and always be careful of bad ideas.
The king, seeing how much happier his subjects were, realized the error of his ways and repealed the joke tax.
"After all," he said, "everyone enjoys a good joke, so it's only fair that they should pay for the privilege."
| King's Treasury | People's happiness |
|---|---|
| Empty | Overflowing |
| Modest | Satisfied |
| Full | Ecstatic |
@radix-ui/react-alert-dialogA modal dialog that interrupts the user with important content and expects a response.
Enter your email address.
export function TypographyH1() {
return (
<h1 className="scroll-m-20 text-center text-4xl font-extrabold tracking-tight text-balance">export function TypographyH2() {
return (
<h2 className="scroll-m-20 border-b pb-2 text-3xl font-semibold tracking-tight first:mt-0">export function TypographyBlockquote() {
return (
<blockquote className="mt-6 border-l-2 pl-6 italic">export function TypographyTable() {
return (
<div className="my-6 w-full overflow-y-auto">export function TypographyH4() {
return (
<h4 className="scroll-m-20 text-xl font-semibold tracking-tight">export function TypographyList() {
return (
<ul className="my-6 ml-6 list-disc [&>li]:mt-2">export function TypographyP() {
return (
<p className="leading-7 [&:not(:first-child)]:mt-6">export function TypographyH3() {
return (
<h3 className="scroll-m-20 text-2xl font-semibold tracking-tight">export function TypographyInlineCode() {
return (
<code className="bg-muted relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm font-semibold">export function TypographyLead() {
return (
<p className="text-muted-foreground text-xl">export function TypographyLarge() {
return <div className="text-lg font-semibold">Are you absolutely sure?</div>
}export function TypographyMuted() {
return (
<p className="text-muted-foreground text-sm">Enter your email address.</p>export function TypographySmall() {
return (
<small className="text-sm leading-none font-medium">Email address</small>