@patternfly/react-table

v2.14.8
This library provides a set of React table components for use with the PatternFly 4
react patternfly table reacttabular

build

yarn build:babel && node ./scripts/copyTS.js && node ./build/copyStyles.js

clean

rimraf dist

develop

yarn build:babel:esm --skip-initial-build --watch --verbose

build:babel

concurrently "yarn build:babel:esm && yarn build:babel:umd" "yarn build:babel:cjs"

build:babel:cjs

babel --source-maps --extensions ".js,.ts,.tsx" src --out-dir dist/js --presets=@babel/env

build:babel:esm

babel --source-maps --extensions ".js,.ts,.tsx" src --out-dir dist/esm

build:babel:umd

babel --source-maps --extensions ".js" dist/esm --out-dir dist/umd --plugins=transform-es2015-modules-umd
npm i @patternfly/[email protected]

Metadata

  • MIT
  • Whatever
  • Red Hat
  • released 7/10/2019

Downloads