@ff0000-ad-tech/ad-ui
v1.7.1
Published
[![npm (tag)](https://img.shields.io/npm/v/@ff0000-ad-tech%2Fad-ui.svg?style=flat-square)](https://www.npmjs.com/package/@ff0000-ad-tech%2Fad-ui) [![GitHub issues](https://img.shields.io/github/issues/ff0000-ad-tech/ad-ui.svg?style=flat-square)](https://g
Downloads
9
Readme
RED Interactive Agency - Ad Technology
UI Components
A package of UI Components
API
TextFormat
- .INLINE : string
- .INLINE_CLAMP : string
- .INLINE_FIT : string
- .INLINE_FIT_CLAMP : string
- .PARAGRAPH : string
- .PARAGRAPH_CLAMP : string
- .PARAGRAPH_FIT : string
- .PARAGRAPH_FIT_CLAMP : string
TextSplitType
- .LINES : string
- .WORDS : string
- .CHARACTERS : string
UIBorder
- new UIBorder(arg)
- .size
- .color
UIButton
- new UIButton()
- .togglable : boolean
- .bg : element
- .icon : array
- .state : element
- .onClick()
- .onOver()
- .onOut()
- .toString() ⇒ string
- ._onClick()
- ._onOver()
- ._onOut()
UICanvas
- new UICanvas(id, target, css)
- .context2d : canvas
- .context3d : canvas
- .toString() ⇒ string
UIComponent
- new UIComponent()
- .x : number
- .y : number
- .enabled : boolean
- .showing : boolean
- .width : number
- .height : number
- .hide()
- .show()
- .setCss()
- .addChild()
- .inspect()
- .toString()
UIDiv
- new UIDiv()
- .parent : element
- .toString()
UIFlex
- new UIFlex()
- .flexDirection : string
- .justifyContent : string
- .flexWrap : string
- .alignItems : string
UIGroup
- new UIGroup(arg)
UIImage
- new UIImage()
- .source : string
- .retina : boolean
- .ratio : string
- .aspectRatio : boolean
UISlider
- new UISlider()
- .bg : element
- .loaded : element
- .track : element
- .handle : element
- .hitState : element
- .percent : number
- .dragging : boolean
- .U.onUpdate
- .U.toString()
- .U._onUpdate()
UISplitText
- new UISplitText(arg)
- .wordSpacing : number
UISvg
- new UISvg()
- .source : string
- .width : number
- .height : number
UITextField
- new UITextField()
- .alignText : string | Align
- .fontSize : number
- .minFontSize : number
- .fontFamily : string
- .format : string | TextFormat
- .leading : number
- .spacing : number
- .bufferText : number | array
- .text : string
- .smoothing : boolean
- .resetToDefault(arguments)
- .setDefault()