0.3.0-alpha.2 • Published 1 day ago

@dom-native/ui v0.3.0-alpha.2

Weekly downloads
1
License
MIT
Repository
github
Last release
1 day ago

@dom-native/ui is a minimalist set of base dom-native UI component based on DOM component (customElements) with a minimal style based on google material.

dom-native.org/ui/demo

IMPORTANT: The current version is v0.3.0-alpha.x and you can install it with:

  • npm install @dom-native/ui@alpha

Do not use v0.2.x version except if you have already built something with it (it is in maintenance mode and v0.3.x has an updated customization model)

Approach

  • Based on DOM native browser web component support (.e.g., customElements)
    • i.e., NO virtual DOM, NO parallel component model, NO polyfill, just based on HTMLElement customElement base class.
  • Use modern CSS (CSS Var, CSS Grid)
  • Default Google Material Style and Component Sets
  • UI and CSS Designed to be highly stylable (UI states expressed in concise css class name, css driven layout)
  • Target only for modern browser: Chrome, Firefox, Safari, and Edge Chromium.

IMPORTANT This component set is still under development. 0.1.x is going to be mostly releases for our own projects as API / Style might change significantly. Base component set will be stabilized in subsequent major or minor releases.

Install

  • npm install dom-native (install the core dom-native library, DOM Centric MVC)
  • npm install @dom-native/ui@alpha
  • Add the ./node_module/ui/dist/css/all.css in your html or css bundle.
  • Or if you use pcss you can do like
@import '@dom-native/ui/pcss/all.pcss';
  • Add the following in your main javascript file
// load all ui components (as the constructors will be called by the browser)
import { loadDefaultIcons } from '@dom-native/ui';

// load the default icons from @dom-native/ui
loadDefaultIcons();

Current components

  • d-input
  • d-check
  • d-ico

Future components

  • d-select
0.3.0-alpha.2

1 day ago

0.2.3

2 years ago

0.3.0-alpha.1

2 years ago

0.2.4

2 years ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.7

3 years ago

0.2.6

3 years ago

0.1.4

4 years ago

0.1.4-SNAPSHOT-1

4 years ago

0.1.3-SNAPSHOT

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago