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

react-uikits

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uikits

react uikit collection

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

React uikit

Downloads Version

基于 React.js 的企业平台组件解决方案

主页: http://braavos.me/react-uikits

Release Note: relase note

组件

  • CheckBox
  • Radio
  • CheckBoxGroup
  • RadioGroup
  • DropDown
  • Menu
  • ConfirmBox
  • Tooltip
  • Modal
  • Tab
  • Pin
  • Carousel
  • Pagination
  • SlideMenu
  • DatePicker
  • TimeInput
  • Calendar
  • Progress
  • Toast
  • NoticeCenter
  • ...

安装:

npm install react-uikits --save

引入:

import {DropDown, Pagination} from 'react-uikits

样式:

import styles from 'react-uikits/less/main.less

使用:

<RadioGroup value="a">
    <Radio value="a">apple</Radio>
    <Radio value="b">banana</Radio>
    <Radio value="c">cat</Radio>
</RadioGroup>

意见反馈:

意见反馈

Keywords

react

FAQs

Package last updated on 22 Jan 2019

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