Package Exports
- @kdujs/ui
- @kdujs/ui/dist/kdu-ui.esm.js
- @kdujs/ui/dist/kdu-ui.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kdujs/ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Kdu UI Framework
This is a collection of components and styles meant to be used across all official Kdu.js apps.
Installation
Install the @kdujs/ui
package:
npm i -S @kdujs/ui
Install the Kdu plugin:
import Kdu from 'kdu'
import KduUi from '@kdujs/ui'
Kdu.use(KduUi)
Import the CSS:
import '@kdujs/ui/dist/kdu-ui.css'
Documentation is Work In Progress