1.0.3 • Published 8 months ago

select2-adsht v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Another select2 darkish theme

Screenshot

DEMO

https://fredtux.github.io/select2-adsht/

Installation

NPM

Install the package

npm install select2-adsht

Laravel

Include the css file in your app.scss file

// select2-adsht theme
@import 'select2-adsht/dist/select2-adsht.min.css';

Directly

Include the css file in your html file

<link rel="stylesheet" type="text/css" href="dist/select2-adsht.min.css">

Usage

Specify the theme in your select2 options

$(document).ready(function() {
            $('.select2-dark').select2({
                theme: 'select2-adsht'
            });
});
1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago