JSPM

@kdujs/ui

0.12.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q16855F
  • License MIT

UI components used in the kdujs organization apps

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