0.2.3 • Published 4 years ago

@dettalant/simple_choices v0.2.3

Weekly downloads
11
License
MIT
Repository
-
Last release
4 years ago

Simple Choices

Javascript choice generator for alternatively <select> element.

NG WORD: reinventing the wheel

css not included.

import {SimpleSelectBuilder} from "simpleChoices";

const builder = new SimpleSelectBuilder();

const items = [
  { value: "value0", label: "label0" },
  { value: "value1", label: "label1" },
  { value: "value2", label: "label2" },
];

const select = builder.create("select_label", items, "select_classname");

document.body.appendChild(select.el.container);
0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago