Installing <Group> Component

There are 2 ways to install <Group> component into your react app project:

  • Install the Specific Package of <Group> Component
  • Install the Whole Reusable-UI Component Pack, including the <Group> Component

Variant Properties

The alternative appearances of the <Group> layout without changing the <Group>'s functionality.

listStyle Property

Sets the alternative appearances of the <Group>.

The possible values are:

  • undefined
  • 'regular'
  • 'flat'
  • 'flush'
  • 'joined'

Here the preview:

Preview
  • @
  • @
  • @
  • @

Show code

orientation Property

Sets the orientation of the <Group>.

The possible values are:

  • undefined
  • 'inline'
  • 'block'

Here the preview:

Preview
  • @
  • @

Show code

size Property

Defines the alternative size of the <Group>.

The possible values are:

  • undefined
  • 'sm'
  • 'md'
  • 'lg'

Here the preview:

Preview
  • @
  • @
  • @
  • @

Show code

theme Property

Defines the contextual theme of the <Group>.

The possible values are:

  • undefined
  • 'primary'
  • 'secondary'
  • 'success'
  • 'info'
  • 'warning'
  • 'danger'
  • 'light'
  • 'dark'

Here the preview:

Preview
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @

Show code

gradient Property

Activates a 3D mode of the <Group>.

The possible values are:

  • undefined
  • 'inherit'
  • true
  • false

Here the preview:

Preview
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @

Show code

outlined Property

Activates an outlined mode (background-less, contrast foreground, and contrast border) of the <Group>.

The possible values are:

  • undefined
  • 'inherit'
  • true
  • false

Here the preview:

Preview
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @

Show code

mild Property

Activates a mild mode (mild background, contrast foreground, and contrast border) of the <Group>.

The possible values are:

  • undefined
  • 'inherit'
  • true
  • false

Here the preview:

Preview
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @
  • @

Show code

Variables

There are several variables of <Group> you can customize. Changing the variables affects all <Group> instance and other components that depend on <Group>.

Here the exposed variables:

  • No variable yet

The example of accessing, modifying, & adding variables:

Show code