src/components/button-play.tsx'use client'import { Button } from '@/components/button'import { state } from '@/state'import { clsx } from 'clsx'interface ButtonPlayProps {href?: stringicon?: { body: string; width?: number; height?: number }iconPlacement?: 'before' | 'after'variant?: 'primary' | 'secondary'className?: stringchildren: React.ReactNode}export function ButtonPlay({href,icon,iconPlacement,variant = 'secondary',
Showing the first 20 lines.
Get full code