# ak-button-group

> A React component that groups related buttons

Latest version **3.0.11** (published 2017-01-20) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install ak-button-group
pnpm add ak-button-group
yarn add ak-button-group
bun add ak-button-group
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 3.0.11 |
| Published | 2017-01-20 |
| First published | 2016-08-31 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Atlassian Pty Ltd |
| Maintainers | atlassian-aui |
| Keywords | atlaskit, ui |

## Links

- npm: https://www.npmjs.com/package/ak-button-group
- Repository: https://bitbucket.org/atlassian/atlaskit
- Homepage: https://bitbucket.org/atlassian/atlaskit#readme
- npm.io page: https://npm.io/package/ak-button-group

## Dependencies (1)

- [akutil-shared-styles](https://npm.io/package/akutil-shared-styles.md) ^37.0.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 3.0.11 (latest) — 2017-01-20
- 3.0.10 — 2017-01-08
- 3.0.9 — 2017-01-03
- 3.0.8 — 2017-01-03
- 3.0.7 — 2016-12-12
- 3.0.6 — 2016-12-08
- 3.0.5 — 2016-12-02
- 3.0.4 — 2016-12-02
- 3.0.3 — 2016-11-30
- 3.0.2 — 2016-11-24
- 3.0.1 — 2016-11-22
- 2.0.2 — 2016-11-09
- 2.0.1 — 2016-11-08
- 2.0.0 — 2016-11-07
- 1.3.1 — 2016-11-03
- … 15 more at https://npm.io/package/ak-button-group/versions

## README

[![AtlasKit component registry](https://img.shields.io/badge/AtlasKit-components-FF5230.svg)](http://aui-cdn.atlassian.com/atlaskit/registry/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://Commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/GitHub-semantic_release-ffab00.svg)](https://github.com/semantic-release/semantic-release)
[![Report an issue](https://img.shields.io/badge/Report-an_issue-6554C0.svg)](https://ecosystem.atlassian.net/browse/AK)
[![Ask in our forum](https://img.shields.io/badge/Ask-in_our_forum-6554C0.svg)](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,ak-button-group,ak-button-group@3.0.11)

# ButtonGroup

A button group provides a visual grouping for related Button (`<ak-button>`) elements. You can use this component whenever you have multiple buttons with related actions, such as as the pull requests Approve and Decline buttons.

![Example button group](https://bytebucket.org/atlassian/atlaskit/raw/6b09f81b19339fea5be9422cd5ac35a574e4f8a9/packages/ak-button-group/docs/button_group.png)

## Try it out

Detailed docs and example usage can be found [here](https://aui-cdn.atlassian.com/atlaskit/stories/ak-button-group/3.0.11/).

## Setup and install

```
npm install ak-button-group
```

<a name="ButtonGroup"></a>

## ButtonGroup
**Kind**: global class  
<a name="new_ButtonGroup_new"></a>

### new ButtonGroup()
Create instances of the component programmatically, or using markup.

**JS Example**
```js
import ButtonGroup from 'ak-button-group';
```

## Support and feedback

### We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

### Community support

Ask a question in our [forum](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,ak-button-group,ak-button-group@3.0.11).

Check [if someone has already asked the same question before](https://answers.atlassian.com/questions/topics/42926171/atlaskit).


### Create a support ticket

Are you in trouble? [Let us know](https://ecosystem.atlassian.net/browse/AK)!

---
_Source: https://npm.io/package/ak-button-group · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
