Bobril examples
Whole project on Github
These samples are based on version 3+, so they don't work in IE8 anymore
- Basic - Shows how to make animation and simple FPS counter
- Libsize - Shows chart of actual Bobril size
- Input - onChange and update model
- OnKey - demo for onKeyDown, onKeyUp, onKeyPress events
- Media - demo for media detection
- Mouse - demo for mouse, swipe events
- Mouse Enter and Leave - demo for mouseenter and leave events
- Mouse Owner - demo for becoming mouse owner
- FreeDraw - mouse and touch demo
- Focus - demo for onFocus, onBlur, onFocusIn, onFocusOut
- Opacity - demo for transparent opacity animation
- Vg - demo of Vector Graphic component
- Game - start of sample game
- Dnd - example of drag and drop
- Router - basic sample for router
- Router2 - advanced sample for router
- Router3 - advanced router usage with async canActivate
- SpeedTest - basic speed test which shows basically no overhead over hand written code
- Todo - todo app with the same functionality as the official one http://todomvc.com
- StickyHeader - demo of table with sticky header
- Popup - demo of modal popup and styling though cfg
- JSX - sample how to write source in JSX and compile using Babel
- Style - sample how to use style plugin
- Style2 - advanced style plug-in example - theming
- Sandbox - does not even need to use Bobril
Contributed examples
- Team Role - example which shows simple translation to multiple languages, router, vg, forms
- ALM hours - convertor for worked hours into Polarion format
- Hanoi Towers - another demo for Vector Graphic
- Game of life - zero player game
- Automaton Visualize your automaton
- Dynamic datatable - demo for dynamic datatable with pagination and column sorting