Skip to content

Commit

Permalink
docs: implemented inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Dec 14, 2023
1 parent d92571b commit a3bb098
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3bb098

Please sign in to comment.