# ak-droplist-group

> ak-droplist-group component

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

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

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

## Links

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

## Dependencies (3)

- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.11.6
- [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

- 2.2.1 (latest) — 2017-01-18
- 2.2.0 — 2017-01-15
- 2.1.0 — 2017-01-08
- 2.0.2 — 2017-01-03
- 2.0.1 — 2016-12-30
- 2.0.0 — 2016-12-30
- 1.0.2 — 2016-12-02
- 1.0.1 — 2016-12-02
- 1.0.0 — 2016-12-01

## 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-droplist-group,ak-droplist-group@2.2.1)

# Group

Use this component in a dropdown list when you need to group relevant items together under the same heading

## Try it out

Interact with a [live demo of the ak-droplist-group component](https://aui-cdn.atlassian.com/atlaskit/stories/ak-droplist-group/2.2.1/).

## Installation

```sh
npm install ak-droplist-group --save
```

## Using the component

### HTML

This package exports the ak-droplist-group React component.

Import the component in your React app as follows:

```js
import Item from 'ak-droplist-item';
import Group from 'ak-droplist-group';

ReactDOM.render(<Group heading="Australia">
  <Item>Sydney</Item>
  <Item>Melbourne</Item>
  <Item>Canberra</Item>
</Group>, container);
```



## 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-droplist-group,ak-droplist-group@2.2.1).

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-droplist-group · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
