Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 558 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 558 Bytes

Checkbox

Button user input.

Button example

Examples

import { Button } from "pencil.js";

const position = [100, 200];
const options = {
    value: "Click me",
};
const button = new Button(position, options);

ButtonOptions

Inherit from TextOptions and from InputOptions.

Name Type Default Comment
value String "" Text of the button