This package has been deprecated

Author message:

This package is deprecated.

@atlaskit/droplist-trigger
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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 @atlaskit/droplist-trigger component.

Installation

npm install @atlaskit/droplist-trigger

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 '@atlaskit/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!

Readme

Keywords

Package Sidebar

Install

npm i @atlaskit/droplist-trigger

Weekly Downloads

9

Version

1.1.4

License

Apache-2.0

Last publish

Collaborators

  • atlaskit