smart-datav-npm
v1.3.5
Published
Made with create-react-library
Readme
smart-datav-npm
Made with create-react-library
Install
npm install --save smart-datav-npmUsage
import React from 'react'
import { DataVEditor } from 'smart-datav-npm'
import 'antd/dist/antd.css'
import 'smart-datav-npm/dist/index.css'
const App = () => {
return (
<div>
<DataVEditor/>
</div>
)
}
export default AppLicense
MIT © SmartAngus
