Components
This Smart TV / Display Screen component is a modern, sleek UI element designed to showcase dashboards, media apps, or IoT control panels. It features a wide rectangular screen with clean, rounded corners and a subtle border that acts as the bezel, giving it a polished, professional look. The inner screen can display any content passed as children, and a soft gradient overlay adds a realistic reflection effect. Optional features include a TV stand and shadowing, making it adaptable to both light and dark themes. This component is perfect for presenting previews, demos, or interactive content in a visually appealing, realistic TV frame.
Loading preview...
import SmartTV from "@/components/ui/smart-tv";
export default function DemoOne() {
return (
<SmartTV width="500px" height="300px" stand>
paste your content here
</SmartTV>
);
}