A quick layout generator for Bootstrap 3.
The Bootstrap 3 Grid System enables to quickly create responsive layouts . I have created this to quickly test layouts on all types of devices fast. You can increase widths and offsets and add rows / cols . The main advantage is to test that layout on all screen sizes .
- Please refer Bootstrap 3 Grid System
- Following optimizations are made automatically
- If the larger size has the same width or offset as the prev ones , delete the larger ones
- i.e. if xs has got the same col size as sm , then class for sm is automatically divided
Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0
TO BE DONE :-
- Undo and Redo functionality
- Html generation should be done via $compile and should be instant
- Implement push-pull classes of bootstrap 3
- Implement Grid Builder for 2.3.2
- Make a builder for Foundation