A simple, responsive card component that fetches text from an API and displays it in a clean layout.
Loading preview...
import { Component } from "@/components/ui/text-card"; export default function DemoOne() { return <Component />; }