Home > @xypnox/xip-ui > Input
Input() function
Signature:
Input: (props: JSX.InputHTMLAttributes<HTMLInputElement> & {
class?: string;
rounded?: boolean;
}) => JSX.Element
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
JSX.InputHTMLAttributes<HTMLInputElement> & { class?: string; rounded?: boolean; } |
JSX.Element