Socket
Book a DemoInstallSign in
Socket

ak-droplist-trigger

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ak-droplist-trigger

React component that is enabled by pressing 'space' or 'enter', or by clicking on it.

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
40
-20%
Maintainers
1
Weekly downloads
 
Created
Source

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!

Keywords

atlaskit

FAQs

Package last updated on 18 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts