0.0.1 • Published 4 years ago

@splunk-eap/react-selection-actions v0.0.1

Weekly downloads
2
License
UNLICENSED
Repository
-
Last release
4 years ago

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