2.0.1 • Published 7 years ago

ak-droplist-trigger v2.0.1

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

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

Trigger

This is one of the building blocks of dropdowns and it gets activated by pressing "space" or "enter", or by clicking on it.

Example trigger

Try it out

Interact with a live demo of the ak-droplist-trigger.

Installation

npm install ak-droplist-trigger --save

Using the component

HTML

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

Import the component in your React app as follows:

import Trigger from 'ak-droplist-trigger';

const callback = () => {
  // all the action should be happening in this callback
}

ReactDOM.render(<Trigger onActivate={callback}>Some awesome text</Trigger>, 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.0.1

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.10

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago