diff options
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-grid-size/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.panel/-grid-size/index.html | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.panel/-grid-size/index.html b/api/pl.treksoft.kvision.panel/-grid-size/index.html new file mode 100644 index 00000000..e82504a2 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-size/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridSize - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="./index.html">GridSize</a><br/> +<br/> +<h1>GridSize</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">GridSize</span></code> +<p>Bootstrap grid sizes.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-x-s.html">XS</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-m.html">SM</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-m-d.html">MD</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-l-g.html">LG</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |