Skip to content

Label

  • For labelling inputs.
import { Label } from '@viamrobotics/prime-core';
<Label>
Name:
<Input
cx="max-w-[200px]"
placeholder="Placeholder"
/>
</Label>