smart-datav-npm

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import smartDatavNpm from 'https://cdn.skypack.dev/smart-datav-npm';
</script>

README

smart-datav-npm

Made with create-react-library

NPM JavaScript Style Guide

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