Skip to content

m8705/nebular.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nebular.js

Nebular UI in JavaScript

usage

let class = 'primary'
let status = 'active'
console.log( neo.color[class][status].color )

struct

neo = {
  color, background, border, text, outline, scrollbar, shadow, divider, font
}

color = {
  primary: {},
  success: {},
  info:    {},
  warning: {},
  danger:  {},
  basic:   {},
  control: {},
}

background = {
  basic:{},
  primary:{},
  alternative:{},
}

border = {
  basic:{},
  primary:{},
  alternative:{},
}

text = {

  primary: {},
  success: {},
  info:    {},
  warning: {},
  danger:  {},
  basic:   {},

  hint:      '',
  control:   '',
  disabled:  '',
  alternate: '',

  heading:   {},
  subtitle:  {},
  paragraph: {},
  label:     {},
  caption:   {},
  button:    {},

}

font = {
  family:{},
}

outline   = {}
scrollbar = {}
divider   = {}

shadow = {
  default:{},
  hover:{},
}

About

Nebular UI in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published