Input container
Last updated: 2.0.0 (18/01/2024)
Usage
import { InputContainer } from "@valence-ui/core";
function MyComponent() {
return (
<InputContainer
// For brevity, the suggested props
// are not included.
>
// Your sub-component here.
// It should have little to no styling,
// as this is handled by the InputContainer.
</InputContainer>
)
}Props
Property
Type
Description
Last updated