cascade-shareui
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

行政区划 pc 端组件

安装

yarn add cascade-shareui

使用

import React from 'react';
import { useDivision } from 'cascade-hooks';
import { Division } from 'cascade-shareui';

const Demo = () => {
    const [value, setValue] = useState();
    const { division } = useDivision();
    return (
        <div>
            <Division division={division} value={} onChange={} />
        </div>
    )
};

Readme

Keywords

none

Package Sidebar

Install

npm i cascade-shareui

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

61.2 kB

Total Files

17

Last publish

Collaborators

  • liaoyf