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
import { SingleDate, CommandPanel } from 'rt-design';
const App = () => (
<>
<SingleDate />
<CommandPanel
commandPanelProps={{
showElements: ['add', 'delete', 'edit']
}}
borderStyle={'all'}
/>
</>
);
MIT © Iron tech space