Components
Loading preview...
import { Text } from "@/components/ui/text-1";
export default function MonospaceDemo() {
return (
<div className="flex flex-col gap-2 w-3/4">
<div>
<Text>This is a sans-serif font.</Text>
<Text monospace>This is a monospace font.</Text>
</div>
</div>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...