# ak-droplist-item

> React building block of a dropdown.

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

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

## Install

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

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 4.0.3 |
| Published | 2017-01-23 |
| First published | 2016-12-01 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 4 |
| 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-item
- Repository: https://bitbucket.org/atlassian/atlaskit
- Homepage: https://bitbucket.org/atlassian/atlaskit#readme
- npm.io page: https://npm.io/package/ak-droplist-item

## Dependencies (4)

- [ak-icon](https://npm.io/package/ak-icon.md) ^12.1.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

- 4.0.3 (latest) — 2017-01-23
- 4.0.2 — 2017-01-19
- 4.0.1 — 2017-01-18
- 4.0.0 — 2017-01-17
- 3.5.0 — 2017-01-16
- 3.4.0 — 2017-01-13
- 3.3.1 — 2017-01-09
- 3.3.0 — 2017-01-08
- 3.2.0 — 2017-01-05
- 3.1.1 — 2017-01-03
- 3.1.0 — 2017-01-03
- 3.0.1 — 2016-12-30
- 3.0.0 — 2016-12-30
- 2.3.0 — 2016-12-29
- 2.2.2 — 2016-12-21
- … 7 more at https://npm.io/package/ak-droplist-item/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-droplist-item,ak-droplist-item@4.0.3)

# Item

This is a basic building block of a dropdown's list. Use it if you want to build your own version of a droppable component with list of items.

![Example item](https://i.imgur.com/NGqx2yS.png)

## Try it out

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

## Installation

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

## Using the component

### HTML

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

Import the component in your React app as follows:

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

ReactDOM.render(<Item>Some awesome text</Item>, container);
```

<a name="Item"></a>

## Item
**Kind**: global class  
<a name="new_Item_new"></a>

### new Item()
This is a basic building block of a dropdown's list.

## 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-item,ak-droplist-item@4.0.3).

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