@advjs/gui
TypeScript icon, indicating that this package has built-in type declarations

0.0.7-beta.1 • Public • Published

@advjs/gui

GUI for ADV.JS Engine.

Usage

// common css
import '@advjs/gui/client/styles/index.scss'

Import Icon CSS

import '@advjs/gui/dist/icons.css'
// or

Or you also can import icons by TypeScript:

import { mountCssVarsRootStyle } from '@advjs/gui/client'
import { onMounted } from 'vue'

onMounted(() => {
  mountCssVarsRootStyle()
})

Nuxt

// nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    // ...
    '@advjs/gui/nuxt',
  ],
})

Thanks

Readme

Keywords

none

Package Sidebar

Install

npm i @advjs/gui

Weekly Downloads

23

Version

0.0.7-beta.1

License

none

Unpacked Size

1.19 MB

Total Files

181

Last publish

Collaborators

  • yunyoujun