All Projects → select2 → docs

select2 / docs

Licence: CC-BY-4.0 license
DEPRECATED - Now located in docs directory of main repository

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docs

Ng Select
Select component for angular
Stars: ✭ 291 (+519.15%)
Mutual labels:  select2
Laravel Nova Select2 Auto Complete
Laravel Nova Select2 Auto-Complete
Stars: ✭ 34 (-27.66%)
Mutual labels:  select2
Django Easy Select2
Select2 input widget for django selectable fields.
Stars: ✭ 165 (+251.06%)
Mutual labels:  select2
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+785.11%)
Mutual labels:  select2
Select2 Bootstrap Theme
A Select2 v4 Theme for Bootstrap 3
Stars: ✭ 841 (+1689.36%)
Mutual labels:  select2
Stf Vue Select
stf vue select - most flexible and customized select
Stars: ✭ 61 (+29.79%)
Mutual labels:  select2
select2-to-tree
Select2-to-Tree extends Select2 to support arbitrary level of nesting...
Stars: ✭ 71 (+51.06%)
Mutual labels:  select2
craft-select2
Filter / search a <select> using the popular Select2 fieldtype for Craft CMS
Stars: ✭ 18 (-61.7%)
Mutual labels:  select2
Laravel Dusk Select2
Select2.js support for the Laravel Dusk testing
Stars: ✭ 31 (-34.04%)
Mutual labels:  select2
React Select2 Wrapper
Wrapper for Select2
Stars: ✭ 163 (+246.81%)
Mutual labels:  select2
Choices
A vanilla JS customisable select box/text input plugin ⚡️
Stars: ✭ 4,505 (+9485.11%)
Mutual labels:  select2
Angular Select2
select2 in angular(>=2.0-release).
Stars: ✭ 16 (-65.96%)
Mutual labels:  select2
Countrycity
🌎 Geodata API - Get countries, and cities to plug in a select drop-down.
Stars: ✭ 62 (+31.91%)
Mutual labels:  select2
Select2 Bootstrap4 Theme
Select2 v4 theme for Bootstrap4
Stars: ✭ 305 (+548.94%)
Mutual labels:  select2
FormBundle
Bunch of FormTypes extending some basic Symfony PHP framework FormTypes. ExtensibleTypes makes it possible to allow extra choices by Symfony ChoiceTypes (ChoiceType, EntityType and DocumentType). This can help to make it work with the Select2 jQuery pluggin.
Stars: ✭ 14 (-70.21%)
Mutual labels:  select2
django-select2
This is a Django integration for Select2
Stars: ✭ 73 (+55.32%)
Mutual labels:  select2
Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (+0%)
Mutual labels:  select2
select2-treeview
github.com/select2/select2/pull/4717
Stars: ✭ 20 (-57.45%)
Mutual labels:  select2
ng2-iq-select2
Angular 2 native select 2 implementation based on bootstrap 3
Stars: ✭ 26 (-44.68%)
Mutual labels:  select2
Select2 Bootstrap4 Theme
A theme for Select2 v4 and Bootstrap 4
Stars: ✭ 97 (+106.38%)
Mutual labels:  select2

select2.org

https://select2.org

This is the repository for the documentation for Select2. It is built with the flat-file CMS Grav, using their RTFM skeleton.

Local installation

Step 1 - Install Grav

This application uses the Grav CMS. This repository does not contain a full Grav installation - rather, it just contains the contents of Grav's user directory, which is where all of our content, themes, and assets live. This was done as per the recommendation on Grav's blog, to make it easier to deploy changes to the live server.

To install this website on your computer, first install grav core in a project folder called select2-docs under your webserver's document root folder. Then, find the user folder inside of your project folder. Delete the contents of the user folder and clone this repository directly into the user folder.

When you're done it might look something like this:

htdocs/
└── select2-docs/
   ├── assets/
   ├── ...
   ├── user/
       ├── .git
       ├── accounts/
       ├── assets/
       ├── config/
       └── ...
   └── ...

Step 2

Grav needs your webserver to be able to write to certain directories. In OSX with XAMPP installed, this won't work by default. To deal with this:

Add default webserver user daemon to OSX's staff group (which already has the necessary permissions for writing to files/directories):

sudo dseditgroup -o edit -a daemon -t user staff

Step 3

Visit the local installation in your browser! For example, http://localhost/select2-docs.

Credits

Favicons were generated with https://realfavicongenerator.net/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].