Skip to content

Latest commit

 

History

History

button

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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