UNPKG

sc-react-ions

Version:

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

9 lines (6 loc) 196 B
import React from 'react' import Input from 'react-ions/lib/components/Input' const ExampleInputLabel = () => ( <Input value='' label='This is the label' /> ) export default ExampleInputLabel