Simple and plain JavaScript framework. Basically jQuery for modern web applications.
StepBack runs in browser, there is very little effort to set things up.
You can either download files from dist
directory and include them in your source code
or include HTML tags after body section for production instances
<link href='https://cdn.jsdelivr.net/gh/celber/stepback/dist/sb.css' rel='stylesheet' />
<script src='https://cdn.jsdelivr.net/gh/celber/stepback/dist/sb.min.js' type='text/javascript'></script>
or this for development instance
<link href='https://cdn.jsdelivr.net/gh/celber/stepback/dist/sb.css' rel='stylesheet' />
<script src='https://cdn.jsdelivr.net/gh/celber/stepback/dist/sb.js' type='text/javascript'></script>
Check documentation or examples to see how to write your application.
- Class-like component definition
- DOM control
- DOM queries
- Component management
- String templates
- Container component
- "Component component" :)
- Vertical/Horizontal split layout
- Finish and separate Zendesk Garden bindings
- AJAX utilities
- Datastore
- Improve DOM rendering
- Zendesk Garden - The components llibrary built-in
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Dariusz Damian Jakubowski - Initial work - Blog
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License - see the LICENSE.md file for details
- Thanks to Stack Overflow without whom this would be never done