UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

6 lines 403 B
import React from 'react'; import { Input } from '@momentum-ui/react-collaboration'; export default function InputError() { return (React.createElement(Input, { name: "inputError", label: "Error Input", htmlId: "inputError", containerSize: "medium-6", messageArr: [{ message: 'This is where the error message would be.', type: 'error' }], value: "Error Text" })); } //# sourceMappingURL=Error.js.map