https://github.com/mailtop/select2-dark-adminlte-theme
A css theme for Select2 based on AdminLTE 2 dark template
https://github.com/mailtop/select2-dark-adminlte-theme
adminlte select2
Last synced: 7 months ago
JSON representation
A css theme for Select2 based on AdminLTE 2 dark template
- Host: GitHub
- URL: https://github.com/mailtop/select2-dark-adminlte-theme
- Owner: mailtop
- License: mit
- Created: 2017-03-23T14:45:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T17:22:43.000Z (almost 9 years ago)
- Last Synced: 2025-06-09T09:02:35.514Z (7 months ago)
- Topics: adminlte, select2
- Language: CSS
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Select2 dark AdminLTE theme
A css theme for Select2 based on AdminLTE 2 dark template
## Demo

## Installation
### Dependencies
- [Select2](https://github.com/select2/select2)
### Bower
`bower install select2-dark-adminlte-theme`
## Usage
Requires `select2-bootstrap.css` after the `select2.css`
```html
```
Configure `select2` to apply the theme by passing `dark-adminlte` to the theme option:
```javascript
$( "#dropdown" ).select2({
theme: "dark-adminlte"
});
```
## Development
- Requires Node v4.7.x or higher and npm 2.15.11
- Cloud9 Workspace [here](https://c9.io/jscotto/select2-dark-adminlte-theme)
### Installation
1. Install dependencies
```
npm install
```
2. Compile
```
grunt --task
```