Components
Loading preview...
import { Label } from "@/components/ui/label";
import { Textarea } from "@/components/ui/textarea";
import { useId } from "react";
function Component() {
const id = useId();
return (
<div
className="space-y-2 min-w-[300px]"
style={{ "--ring": "234 89% 74%" } as React.CSSProperties}
>
<Label htmlFor={id}>Textarea with colored border and ring</Label>
<Textarea id={id} placeholder="Leave a comment" />
</div>
);
}
export { Component };
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...