UNPKG

@s-ui/react-molecule-button-group

Version:

`MoleculeButtonGroup` is a component that wraps a group of buttons, related in content.

11 lines 188 B
export var DEFAULT_COLUMNS = 2; export var SPACED = { XSMALL: 'xsmall', SMALL: 'small', MEDIUM: 'medium', LARGE: 'large' }; export var DISPLAY = { FLEX: 'flex', GRID: 'grid' };