@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
15 lines (13 loc) • 344 B
JavaScript
import React from 'react';
import { Input } from '@momentum-ui/react-collaboration';
export default function InputSecondary() {
return (
<Input
name="inputSecondaryLabel"
label="Input with Secondary Label"
htmlId="inputSecondaryLabel"
containerSize="medium-6"
secondaryLabel="Secondary Label"
/>
);
}