UNPKG

sc-react-ions

Version:

An open source set of React components that implement Ambassador's Design and UX patterns.

6 lines (4 loc) 189 B
import React from 'react' import Input from 'react-ions/lib/components/Input' import EnhanceWithCopy from 'react-ions/lib/components/EnhanceWithCopy' export default EnhanceWithCopy(Input)