UNPKG

react-conventions

Version:

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

9 lines (6 loc) 210 B
import React from 'react' import Input from 'react-conventions/lib/Input' const ExampleInputPlaceholder = () => ( <Input value='' placeholder='Placeholder text.' /> ) export default ExampleInputPlaceholder