|
@@ -12,12 +12,11 @@ slug: home
|
|
|
</p>
|
|
|
<p>
|
|
|
<a href="https://github.com/select2/select2/releases" class="btn btn-outline-inverse btn-lg">
|
|
|
- <i class="fa fa-arrow-down fa-lg"></i>
|
|
|
- Download
|
|
|
+ Download Select2
|
|
|
</a>
|
|
|
</p>
|
|
|
<p class="version">
|
|
|
- Version 4.0.0
|
|
|
+ Currently v4.0.0</a>
|
|
|
</p>
|
|
|
</div>
|
|
|
</main>
|
|
@@ -31,6 +30,50 @@ slug: home
|
|
|
options.
|
|
|
</section>
|
|
|
|
|
|
+ <hr class="half-rule">
|
|
|
+
|
|
|
+ <div class="row s2-docs-featurette">
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-language"></i>
|
|
|
+ <h4>In your language</h4>
|
|
|
+ <p>Select2 comes with support for <a href="#">RTL environments</a>, <a href="#">searching with diacritics</a> and <a href="#">over 40 languages</a> built-in.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-paint-brush"></i>
|
|
|
+ <h4>Fits in with your theme</h4>
|
|
|
+ <p>Fully skinnable, CSS built with Sass and seamlessly fitting Bootstrap 3.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-database"></i>
|
|
|
+ <h4>Remote data support</h4>
|
|
|
+ <p><a href="#">Using AJAX</a> you can efficiently search large lists of items.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="row s2-docs-featurette">
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-plug"></i>
|
|
|
+ <h4>Fully extensible</h4>
|
|
|
+ <p>The <a href="#">plugin system</a> allows you to easily customize Select2 to work exactly how you want it to.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-tag"></i>
|
|
|
+ <h4>Dynamic item creation</h4>
|
|
|
+ <p>Allow users to type in a new option and <a href="#">add it on the fly</a>.</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-sm-4">
|
|
|
+ <i class="fa fa-plug"></i>
|
|
|
+ <h4>Remote data support</h4>
|
|
|
+ <p><a href="#">Using AJAX</a> you can efficiently search large lists of items.</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <hr class="half-rule">
|
|
|
+
|
|
|
<section id="getting-started">
|
|
|
<h2>
|
|
|
Getting started with Select2
|