@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
6 lines • 406 B
JavaScript
import React from 'react';
import { Input } from '@momentum-ui/react-collaboration';
export default function InputClear() {
return (React.createElement(Input, { name: "clearInput", label: "Input with clear", htmlId: "clearInput", containerSize: "medium-6", placeholder: "Placeholder Text", value: "Press or click the clear icon to clear this input", clear: true }));
}
//# sourceMappingURL=Clear.js.map