react-ui-desiger-detail

1.0.2 • Public • Published
npm install react-ui-desiger-detail
import DesignerDetail from 'react-ui-desiger-detail';
<DesignerDetail {...{
    lists: [
        {
            title: 'Web Develop',
            handlers: [
                { email: 'aaa', name: 'a' },
                { email: 'bbb', name: 'b' }
            ]
        },
        {
            title: 'Page Designer',
            handlers: [
                { email: '', name: '' },
            ]
        }
    ]
}}/>

Package Sidebar

Install

npm i react-ui-desiger-detail

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

7.79 kB

Total Files

3

Last publish

Collaborators

  • kye0038883