• Stars
    star
    284
  • Rank 145,616 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Objects go in, UI comes out

Oui

A super simple way to instrument your code and control your data. Pass it an object and Oui creates a set of controls that allow you to visualise and shape your app at runtime. Objects go in, UI comes out

JavaScript Style Guide

Getting Started

<script src="//unpkg.com/[email protected]/dist/oui.min.js"></script>
npm install ouioui --save

Oui provides a stateless declarative api that maps entire objects to UI. This is useful when you want understand the shape of an object, or you want to test out an api.

oui({
  someNum : 10,
  dir: {
    someNestedProp: 10  
  }
})

More information

License

MIT

© 2016 Mark Lundin