src/components/Button/Button.js

The only true button.

Basic button:

Big pink button:

src/components/Card/Card.js

The only true button.

Basic Card:

This is a Bitbuy card
src/components/CounterButton/CounterButton.js

Button that counts how many times it was pressed and exposes a @public method to reset itself.

Counter Button

src/components/Label/Label.js

The only true label.

Label example:

src/components/PushButton/PushButton.js

An example-less button with custom display name.

Push Button

src/components/RandomButton/RandomButton.js

Button that changes label on every click.

Random Button