README
smart-datav-npm
Made with create-react-library
Install
npm install --save smart-datav-npm
Usage
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 App
License
MIT © SmartAngus