Skip to content

Latest commit

 

History

History

README.mdx

import { Meta, Story, ArgTypes, Controls, Source } from '@storybook/addon-docs/blocks'; import ButtonExample from './examples/button.tsx?raw'; import * as Stories from './button.stories.tsx';

Button

The @bento/button package exports the Button component, which is a complete button component built on top of the Pressable primitive.

Installation

npm install --save @bento/button

Props

The following properties are available to be used on the Button component:

Examples