forked from kanakiyajay/bootstrap-grid-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a31b51
commit 312bdb5
Showing
4 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,32 @@ | ||
<h1>BootStrap Grid Builder</h1> | ||
<h1>BootStrap 3 Grid Builder</h1> | ||
|
||
<h2><a href="http://jaykanakiya.com/bootstrap-grid-builder/" title="bootstrap layout generator">DEMO</a></h2> | ||
|
||
A grid builder for Bootstrap 3. | ||
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 . | ||
|
||
<ul class="unstyled" id="notes"> | ||
<li>Please refer <a href="http://getbootstrap.com/css/#grid">Bootstrap 3 Grid System</a></li> | ||
<li>Following optimizations are made automatically</li> | ||
<ul> | ||
<li>If the larger size has the same width or offset as the prev ones , delete the larger ones</li> | ||
<li>i.e. if xs has got the same col size as sm , then class for sm is automatically divided</li> | ||
</ul> | ||
</ul> | ||
|
||
Licensed under the Apache License v2.0 | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
TO BE DONE :- | ||
|
||
<ul> | ||
<li>Undo and Redo functionality</li> | ||
<li>Html generation should be done via $compile and should be instant</li> | ||
<li>Implement push-pull classes of bootstrap 3</li> | ||
<li>Implement Grid Builder for 2.3.2</li> | ||
<li>Make a builder for Foundation</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters