2.0.9 • Published 4 years ago

selectum_select v2.0.9

Weekly downloads
42
License
ISC
Repository
github
Last release
4 years ago

Selectum

Create your custom select easily

Getting Started

It requires jQuery

Installation

npm i selectum_select

And import in your html

<script src="node_modules/selectum_select/selectum.min.js"></script>

Or with CDN:

JS: https://unpkg.com/selectum_select@1.1.0/selectum.min.js
CSS: https://unpkg.com/selectum_select@1.1.0/selectum.min.css

On your script
$('select').selectum();

Options

$('select').selectum({
search: true,
selectum_class: "w-full text-black"
});

Options list

OptionDescriptionValueDefault
searchadd a text box to search between optionsbooleanfalse
first_as_labelUse first option as labelbooleanfalse
selectum_classAdd class to selectumstring""
selectum_options_classAdd class to selectum optionsstring""
To custom style

Import selectum.scss in your SASS file

@import '~selectum_select/selectum.scss';

And set these variables:

$selectum-background: white;
$selectum-text-color: black;
$selectum-border-width: 1px;
$selectum-border-color: black;
$selectum-padding-y: 10px;
$selectum-padding-x: 10px;
$selectum-hover-bg: black;
$selectum-hover-text: white;
$selectum-selected: #ddd;
$selectum-border-radius: 4px;
$selectum-background-options: white;
$selectum-color-options: white;
$selectum-arrow-color: black;
2.0.9

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.25

4 years ago

1.1.24

4 years ago

1.1.23

4 years ago

1.1.22

4 years ago

1.1.21

4 years ago

1.1.19

4 years ago

1.1.20

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.12

4 years ago

1.1.11

4 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago