1.0.10-rc • Published 2 years ago

wirfy v1.0.10-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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>
1.0.10-rc

2 years ago

1.0.7-rc

2 years ago

1.0.6-rc

2 years ago

1.0.5-rc

2 years ago

1.0.4-rc

2 years ago

1.0.3-rc

2 years ago

1.0.1-rc

2 years ago

1.0.0-rc

2 years ago

0.0.1

2 years ago