Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 632 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 632 Bytes

React technical design library

Install

npm install --save git+https://github.com/iron-tech-space/react-tech-design.git
yarn add git+https://github.com/iron-tech-space/react-tech-design.git

Usage

import { SingleDate, CommandPanel } from 'rt-design';
const App = () => (
  <>
    <SingleDate />
    <CommandPanel
        commandPanelProps={{
            showElements: ['add', 'delete', 'edit']
        }}
        borderStyle={'all'}
    />
  </>
);

Documentation

License

MIT © Iron tech space