0.0.27 • Published 24 days ago

ideanuxt v0.0.27

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
24 days ago

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 />
}