0.2.3 • Published 6 years ago

@dettalant/simple_choices v0.2.3

Weekly downloads
11
License
MIT
Repository
-
Last release
6 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

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago