wirfy
v1.0.10-rc
Published
Package test
Downloads
2
Readme
wirfy
Package test
<Button>My Button</Button>
<Button isLoading>Is Loading</Button>
<Button isOutlined>Is Outlined</Button>
<Button isRounded>Is Rounded</Button>
<Button isInverted>Is Inverted</Button>
<Button isLight>Is Light</Button>
<Button text={'Text Prop'}></Button>
<Button icon={<Icon />}></Button>
<Button
icon={<Icon />}
text={'Text Prop'}
></Button>
<Button
isFullwidth
onClick={() => console.log('Hola mundo')}
>
<span style={{ marginRight: '10px' }}>
Is Fullwidth Icon right
</span>
<Icon />
</Button>