- Docs
- Input
Input
Displays a form input field or a component that looks like an input field.
Input is a primitive meant to be used within other components. The examples below utilizes them inside TextField
Preview
Code
Loading...
Installation
CLI
Copy & Paste
npx @sly-cli/sly add jolly-ui input
Note: Only the default style can be installed via CLI at the moment
Usage
Basic
Preview
Code
Loading...
File
A file input can be created with an <Input type=“file”>
element, but this supports limited styling options and may not integrate well with the overall design of a website or application.
To overcome this, FileTrigger extends the functionality of the standard file input element by working with a pressable child such as a Button to create accessible file inputs that can be style as needed.
Preview
Code
Loading...
Disabled
Preview
Code
Loading...
With Label
Preview
Code
Loading...
With Description
Preview
Code
Loading...