Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@splunk-eap/react-selection-actions

weitao_splunk1UNLICENSED0.0.1TypeScript support: included

A component to standardize the actions to take on the selected rows in a table

readme

Selection Actions

A component to standardize the actions to take on the selected rows in a table

Install the package

npm install @splunk/react-selection-actions
     --or--
yarn add @splunk/react-selection-actions

Setup the repo

$ cd ../workflow-components
$ yarn run setup

Build the source

$ cd packages/react-selection-actions
$ yarn run build

Start the demo using the local webpack server

$ yarn run start:demo

Start docs

$ yarn docs:start

Run unit tests

$ yarn run test