MCPcopy Index your code
hub / github.com/flyfloor/react-component

github.com/flyfloor/react-component @1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.4 ↗ · + Follow
309 symbols 437 edges 95 files 0 documented · 0% 3 cross-repo links updated 4y ago1.0.4 · 2016-09-12★ 756 open issues

Browse by type

Functions 265 Types & classes 44
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

react-component

Build Status Downloads Version

some everyday use component built with reactjs.

Demo

demo

Components

  • checkbox
  • radio
  • checkbox group
  • radio group
  • drop down(single | multi | search)
  • menu
  • confirm box
  • tooltip
  • modal
  • tab
  • pin
  • carousel
  • pagination
  • slide menu
  • time picker
  • date picker
  • calender
  • progress
  • message
  • notice

Getting Started

install

install with npm

npm install react-ui-component

or install the latest version from github

npm install https://github.com/jerryshew/react-component

with:

  • ReactJs
  • ES6 syntax
  • Webpack

Directory hierarchy

├── __test__ // test
├── component
│   ├── mixin
│   ├── util
│   ...
├── lib // babel transformed dist
├── css //basic style of component demos
├── index.html // demo page
├── demo // demo page
├── dist // demo build dist 

how to use

simply import as a module. just like:

import {Tooltip} from 'react-ui-component'

or

const Tooltip = require('react-ui-component').Tooltip

to use basic css:

import style from 'react-ui-component/css/all.less';

or just use single component css:

import pagination_css from 'react-ui-component/css/pagination.less'

hint: only have basic style, need to write custom styles.

Fork repo, first you need to install cross-env, eslint, babel global.

Core symbols most depended-on inside this repo

Shape

Function 206
Method 59
Class 44

Languages

TypeScript100%

Modules by API surface

component/DropDown.js26 symbols
component/Calender.js15 symbols
component/TimeInput.js11 symbols
demo/example/ModalDemo.jsx9 symbols
component/Menu.js8 symbols
demo/entre.js7 symbols
component/DatePicker.js7 symbols
component/CheckBoxGroup.js7 symbols
component/Carousel.js7 symbols
lib/util/dom.js6 symbols
demo/example/TabDemo.jsx6 symbols
demo/example/SlideMenuDemo.jsx6 symbols

For agents

$ claude mcp add react-component \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page