Como utilizar
import { Icon, IconButton } from '@superlogica/design-system'
Props
Prop | Tipo | Default | Descrição |
---|---|---|---|
appearance | string | solid | Altera o tipo de button (ghost, outline, solid) |
color | string | primary | Alterar a cor de fundo do button |
icon | node | Ícone do botão (usar componente Icon) | |
size | string | sm | Altera o tamanho do button (sm, md, lg) |
pill | bool | false | Botão tipo pill (arredondado) |