2.2.1 • Published 8 years ago

ak-droplist-group v2.2.1

Weekly downloads
8
License
Apache-2.0
Repository
bitbucket
Last release
8 years ago

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

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.

Installation

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:

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.

Check if someone has already asked the same question before.

Create a support ticket

Are you in trouble? Let us know!

2.2.1

8 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago