MynduiMyndui
0

Jelly Button

tsx
import { JellyButton } from "@/components/myndui/jelly-button";export function JellyButtonDemo() {return <JellyButton variant="primary">Get started</JellyButton>;}