Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@prague-digi/react-shared-components

Package Overview
Dependencies
Maintainers
9
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prague-digi/react-shared-components

Project Shared React Components

  • 0.2.10
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
9
Weekly downloads
 
Created
Source

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 />

FAQs

Package last updated on 07 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc