UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

6 lines 376 B
import React from 'react'; import { Input } from '@momentum-ui/react-collaboration'; export default function InputSecondary() { return (React.createElement(Input, { name: "inputSecondaryLabel", label: "Input with Secondary Label", htmlId: "inputSecondaryLabel", containerSize: "medium-6", secondaryLabel: "Secondary Label" })); } //# sourceMappingURL=SecondaryLabel.js.map