0.2.14 • Published 6 years ago

@prague-digi/react-shared-components v0.2.14

Weekly downloads
2
License
License Ref-LICEN...
Repository
-
Last release
6 years ago

Shared React Components

npm version build status coverage report monthly downloads total downloads

Getting started

Documentation

Documentation for components can be found on link that you can find in our Slack channel

Link to pinned post: https://moneta-digital.slack.com/archives/C5HFRJRHB/p1499623364471497


Localhost development

You can run your own documentation simply by running those commands:

yarn
yarn start

It will start local documentation server on port 6060

List of available yarn commands:

  • yarn build : build documentation package
  • yarn health-check : run ESlint check and Jest coverage report
  • yarn lint : run ESlint check
  • yarn lint:fix : run autofix for ESlint
  • yarn newclean : do a clean installation
  • yarn start : run Styleguidist server
  • yarn test : run Jest in watcher mode
  • yarn test:coverage : generate test coverage report

List of available components

  • <Select /> - Required props: name, label and options
  • <Radio /> - Required props: name, label and options
  • <Checkbox /> - Required props: name and label
  • <Input /> - Required props: name and label
  • <Slider /> - Required props: name and label
  • muiTheme - Needs to be passed to to <MuiThemeProvider muiTheme={muiTheme}>
  • <FormDebug /> - Receives values and errors which are being returned by redux-form
  • <Button />
  • <Loader />