Widgets: Small app views within Famo.us
=======================================

This widget library is a collection of small views with app-specific styling.


## Files


- NavigationBar.js: A view for display for displaying the title of the current
  page, as well as icons for navigating backwards and opening further options.
- Slider.js:  A view for a slider.
- TabBar.js:  A view for display various tabs that dispatch events based on the
  id of the button that was clicked
- ToggleButton.js:  A view for transistioning between two surfaces based  on a
  'on' and 'off' state


## Documentation

- [Reference Docs][reference-documentation]
- [Render Tree][render-tree]
- [Layout][layout]

## License

Copyright (c) 2015 Famous Industries, Inc.

This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
one at http://mozilla.org/MPL/2.0/.



[reference-documentation]: http://famo.us/docs
[render-tree]: http://famo.us/guides/render-tree
[layout]: http://famo.us/guides/layout
