React.js components for building visualizations on top of GoodData platform
With yarn installed, go to your project directory and run
$ yarn add @gooddata/react-components
If you prefer npm run
$ npm install --save @gooddata/react-components
To develop, you need to run the typescript compiler. By running yarn dev
, the typescript compiler will be run in watch mode.
$ cd gooddata-react-components
$ yarn dev
If you just need to build the CSS files from SASS, run
$ yarn build-css
To see and validate the react components, you can use Storybook. To run the storybook in development mode, run
$ yarn storybook
To deploy the production version of storybook, run
$ yarn build-storybook
To validate using tslint, run
$ yarn validate
Visual regression testing for Storybook is provided by @gooddata/test-storybook package.
git checkout master && git pull upstream master --tags
npm version [major|minor|patch] -m "Release v%s"
npm publish
git push upstream master --tags
For more details see ./examples/README.md
cd examples
yarn install
yarn dev
Report bugs and features on our issues page.
Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.
For more information, please see LICENSE