An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Select2 dark AdminLTE theme

A css theme for Select2 based on AdminLTE 2 dark template

## Demo

![demo](http://i.imgur.com/MEklpb8.png)

## 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
```