ideanuxt
v0.0.27
Published
## Install
Downloads
3
Readme
ideanuxt
Install
yarn add ideanuxt
Usage
import 'ideanuxt/index.css'
import ideanuxt from 'ideanuxt'
ideanuxt.create(document.getElementById('root'))
Or use React
import 'ideanuxt/index.css'
import { Ideanuxt } from 'ideanuxt'
export const Page = () => {
return <Ideanuxt />
}