Skip to content

d0ublezer0/react-tech-design

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.7%
  • TypeScript 9.9%
  • Less 4.4%