Input
The Input component from Superset's UI library.
Live Example
Loading component...
Try It
Edit the code below to experiment with the component:
Live Editor
function Demo() { return ( <Input type="text" variant="outlined" /> ); }
Result
Loading...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
allowClear | boolean | false | - |
disabled | boolean | false | - |
showCount | boolean | false | - |
type | string | "text" | HTML input type |
variant | string | "outlined" | Input style variant |
Import
import { Input } from '@superset/components';
Improve this page
This documentation is auto-generated from the component's Storybook story. Help improve it by editing the story file.