Options
All
  • Public
  • Public/Protected
  • All
Menu

Button group component config options.

Hierarchy

  • ButtonGroupOpts

Index

Properties

Optional attribs

attribs: IObjectOf<any>

Attribs for button group container.

first

first: Button

Pre-configured stateless button component function for first button in group. MUST be provided.

Optional inner

inner: Button

Pre-configured stateless button component function for inner buttons in group. Only used if at least 3 buttons in group. If not specified, first will be used.

Optional last

last: Button

Pre-configured stateless button component function for last button in group. If not specified, first will be used.

Generated using TypeDoc