UNPKG

test-react-ui-button

Version:

The test-react-ui-button component provides users a way to trigger actions in the UI.

8 lines (4 loc) 175 B
import React from 'react'; import Button from '../../lib/Button'; const CompactButton = () => <Button id="compactButton" text={'Compact'} />; export default CompactButton;