@splunk-eap/react-selection-actions
v0.0.1
Published
A component to standardize the actions to take on the selected rows in a table
Downloads
3
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