Skip to content

Accessible Button component that enables users to trigger an action or event. It follows the WAI-ARIA Button Pattern.

Notifications You must be signed in to change notification settings

vtex-components/button

Repository files navigation

@vtex-components/button

💡 Accessible Button component that enables users to trigger an action or event. It follows the WAI-ARIA Button Pattern.

NPM JavaScript Style Guide

Install

yarn add @vtex-components/button

Reakit and ThemeUI are peer dependencies, so you must add them with:

yarn add reakit theme-ui 

Usage

import React from 'react'
import Button from '@vtex-components/button'

function Example() {
  return <Button>Button Label</Button>
}

License

MIT © vtex

About

Accessible Button component that enables users to trigger an action or event. It follows the WAI-ARIA Button Pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •