UNPKG

triage-button

Version:

The my-button component provides users a way to trigger actions in the UI.

7 lines (4 loc) 181 B
import React from 'react'; import Button from '../../../Button'; const CompactButton = () => <Button id="compactButton" text="Compact" isCompact />; export default CompactButton;