New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More ā†’
Socket
Sign inDemoInstall
Socket

uiw

Package Overview
Dependencies
Maintainers
1
Versions
480
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiw

A high quality UI Toolkit, A Component Library for React 16+.

  • 1.2.17
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
215
increased by26.47%
Maintainers
1
Weekly downloads
Ā 
Created
Source


uiw

A high quality UI Toolkit, A Component Library for React 16+. šŸ’˜

Installation

npm install uiw --save

Basic Usage

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'uiw';

ReactDOM.render(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);

Documentation

Visit the uiw-react.github.io website for more information.

Development

To develop, run the self-reloading build, Get the code:

$ git clone https://github.com/uiw-react/uiw.git
$ cd uiw
$ npm install # or  yarn install

To develop, run the self-reloading build:

# Run the app
# Restart the app automatically every time code changes. 
# Useful during development.
$ npm start

Open your browser and visit http://127.0.0.1:2087

Update the document

npm run deploy

Folders

ā”œā”€ā”€ dist           # document the static file.
ā”œā”€ā”€ docs           # documentation in markdown
ā”œā”€ā”€ lib            
ā”œā”€ā”€ package.json
ā”œā”€ā”€ script
ā””ā”€ā”€ src            # react source code 

License

Licensed under the MIT License.

Keywords

FAQs

Package last updated on 17 Nov 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