From bc9ccf5490c9d7f5cb35874698523c0d0481a5d0 Mon Sep 17 00:00:00 2001 From: Vincent Langlois Date: Mon, 22 Jan 2024 18:09:46 -0500 Subject: [PATCH] Added documentation w/ example --- docs/index.html.ejs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/index.html.ejs b/docs/index.html.ejs index c8459a9..0e4b9e2 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -141,10 +141,18 @@ They are given 12px of horizontal padding by default.

- <%- example(` + <%- example(` `)%> +

+ You can add the class default to any button to apply additional styling, + useful when communicating to the user what default action would happen in the active window if + the Enter key was pressed on Windows 98. +

+ + <%- example(``)%> +

When buttons are clicked, the raised borders become sunken. The following button is simulated to be in the pressed (active) state.