New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ud-react-ui

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ud-react-ui

Union Digital's mini app react components

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Contributors Issues GPLv3 License

UD React UI

Union Digital's react component UI for mini apps
Explore the docs »

Report Bug · Request Feature

Table of Contents

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

The best way to consume UD component is via the npm package which you can install with npm.

npm install ud-react-ui

Importing CSS

Import CSS in the src/index.js file:

import 'ud-react-ui/dist/style.css';

Importing Components

import { Button } from 'ud-react-ui';

(back to top)

Usage

See how we implement the component using create-react-app here.

For more examples, please refer to the Documentation

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feat/amazing-feature)
  • Commit your Changes (git commit -m 'Add some amazing-feature')
  • Push to the Branch (git push origin feat/amazing-feature)
  • Open a Pull Request

(back to top)

License

Distributed under the GPLv3 License. See LICENSE.md for more information.

(back to top)

Issues

Duplicate react dependency (local development only)

Assuming myapp and ud-react-ui are sibling folders, one possible fix is to run this command:

npm link ../<myapp-folder>/node_modules/react

More info regarding this issue here.

Keywords

react

FAQs

Package last updated on 27 Jan 2022

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