Members
# constant InputCSS
Input CSS Styles which can be reused in another input component with styled-components
Usage:
import { InputCSS } from '@adminjs/design-system'
const MyStyledInput = styled.input`
${InputCSS}
`
Type Definitions
object
# InputProps
Prop Types of an Input component.
Apart from variant it extends all LayoutProps and SpaceProps
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
... |
string
|
<optional> |
Other props from LayoutProps, SpaceProps |
borderless |
boolean
|
<optional> |
|
variant |
'sm'
|
'lg'
|
'xl'
|
'default'
|
'xxl'
|
<optional> |