How to use the oui.controls function in oui

To help you get started, we’ve selected a few oui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github wearekuva / oui / test / index.js View on Github external
import oui from 'oui'
let control = oui.controls.ColorPicker
// import ColorPicker from 'oui/controls/colorpicker'
// console.log( oui.controls.ColorPicker )
// let gui = oui.datoui(null, _=> console.log( _ ))
// let a = { test: {r:1, g:0.5, b:0}}
// let b = {test:10}
// gui.add( a, 'test', { control } )
// gui.add( b, 'test', {options:[10, 20, 30, 40], control:oui.controls.ComboBox} )

// var f1 = gui.addFolder({label:'test', open:true})
// f1.add( a, 'test', { control } )
// var f2 = gui.addFolder({ label: 'test2' })
// f2.add( b, 'test' )

let d = document.createElement('div')
d.id='IN-HERE'

oui

CLI to look up MAC addresses for their vendor in the IEEE OUI database

BSD-2-Clause
Latest version published 1 month ago

Package Health Score

65 / 100
Full package analysis

Similar packages