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

@mudano/ui-react

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mudano/ui-react

Mudano UI React Component Library

  • 5.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by233.33%
Maintainers
5
Weekly downloads
 
Created
Source

Mudano UI React

UI React is the Mudano component library.

If you have questions ask the development team via GitHub Issues

Installation

yarn add @mudano/ui-react

Requirements

UI React components are only compatible with a React application and require the following:

node >=8.5.0
react >=0.14.0 <= 15
react-dom >=0.14.0 <= 15

Usage

Consuming UI React is really easy, simply import your chosen component and away you go!

import React from 'react';
import { YourComponent } from '@mudano/ui-react';
...

NB: the main UI React library is a UMD bundle, we recommend tree shaking when you bundle assets for production

Issues

If you are a Mudano developer and you spot an issue with any of the UI React components please raise an issue on JIRA.

If you're using this platform outside of Mudano please feel free to email ui-react@mudano.com.

Contribution

If you spot an issue, and can help resolve the problem, or you have thought of an improvement to a component - awesome! - please create a pull request for your fix / suggestion.

Development

To help with development, clone the repository from here: https://github.com/Mudano/ui-react

To get started run the following:

yarn install
yarn start

You can then view the Storybook here: http://localhost:6006/

Commit Template

Use the commit template stored within the repo when commiting. Run the command git config --local commit.template COMMIT_MSG to use it.

Testing

To run unit tests use:

yarn test:unit

To run integration tests first setup the test server:

yarn test:int-setup

And then in a new terminal run:

yarn test:int

FAQs

Package last updated on 31 Jan 2020

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