💡 Accessible Button component that enables users to trigger an action or event. It follows the WAI-ARIA Button Pattern.
yarn add @vtex-components/button
Reakit and ThemeUI are peer dependencies, so you must add them with:
yarn add reakit theme-ui
import React from 'react'
import Button from '@vtex-components/button'
function Example() {
return <Button>Button Label</Button>
}
MIT © vtex