[ DESIGN SYSTEM ]
UI Component Playground
Ambiente interativo para testar componentes, variações de interface e padrões visuais.
DESIGN SYSTEMCOMPONENTSUI
Tipo
Biblioteca Visual
Ano
2025
Stack
React / Storybook
[ DEMONSTRAÇÃO INTERATIVA ]
[ BIBLIOTECA DE COMPONENTES ]
Variante
[ BOTÕES ]
Ações claras que guiam o usuário
Primary
<button className="border border-redtext-red px-5 py-2hover:bg-red/10">Primary</button>
Ghost
<button className="border border-white/20text-white/60 px-4 py-2hover:bg-white/5">Ghost</button>
Destructive
<button className="border-red-500/40bg-red-500/8 text-red-400hover:bg-red-500/15">Destruir</button>
Icon Button
<button className="w-9 h-9 rounded-lgborder border-white/15flex items-center justify-center"><ArrowRight size={14} /></button>
Loading State
<button disabled><Loader2className="animate-spin" />Enviando...</button>
Disabled
<button disabledclassName="opacity-40cursor-not-allowedborder border-white/15">Inativo</button>
[ PRÓXIMO PASSO ]
Quer algo assim?