@umbraco-ui/uui-button-group
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

uui-button-group

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-button-group

Import the registration of <uui-button-group> via:

import '@umbraco-ui/uui-button-group';

When looking to leverage the UUIButtonGroupElement base class as a type and/or for extension purposes, do so via:

import { UUIButtonGroupElement } from '@umbraco-ui/uui-button-group';

Usage

<uui-button-group>
  <uui-button look="primary">development</uui-button>
  <uui-button look="secondary">staging</uui-button>
  <uui-button look="success">live</uui-button>
</uui-button-group>

Package Sidebar

Install

npm i @umbraco-ui/uui-button-group

Weekly Downloads

764

Version

1.7.0

License

MIT

Unpacked Size

5.99 kB

Total Files

7

Last publish

Collaborators

  • warrenbuckley.umbraco
  • ijacob
  • nielslyngsoe
  • umbraco-publish
  • madsrasmussen
  • julczka