From a3bb098eb083f3bbfde3ab5348147daa6b0646d7 Mon Sep 17 00:00:00 2001 From: John Coene Date: Fri, 15 Dec 2023 00:27:29 +0100 Subject: [PATCH] docs: implemented inputs --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 812ee14..b3f591f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,27 @@ inputs in R. You can see a small explanation/example with `gallery()`. +## Inputs + +Currently implemented inputs: + +- `litActionButton` +- `litActionLink` +- `litCheckboxesInput` +- `litColorInput` +- `litDatalistInput` +- `litFilterInput` +- `litPasswordInput` +- `litTextInput` +- `litTextAreaInput` +- `litRadioInput` +- `litSwitchInput` +- `litTextLabelInput` +- `litTogglerInput` +- `litRangeInput` +- `litSelectInput` +- `litSelectizeInput` + ## Limitations - Only works with bslib's Bootstrap 5.