UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

17 lines (15 loc) 386 B
import React from 'react'; import { Input } from '@momentum-ui/react-collaboration'; export default function InputClear() { return ( <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 /> ); }