Browse by type
some everyday use component built with reactjs.
install with npm
npm install react-ui-component
or install the latest version from github
npm install https://github.com/jerryshew/react-component
├── __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
simply import as a module. just like:
import {Tooltip} from 'react-ui-component'
or
const Tooltip = require('react-ui-component').Tooltip
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.
$ claude mcp add react-component \
-- python -m otcore.mcp_server <graph>