0.0.23 • Published 6 years ago

ouioui v0.0.23

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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/ouioui@0.0.20/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

0.0.23

6 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.1

8 years ago