1.0.0 • Published 5 years ago
newestapps-forms-blueprint v1.0.0
newestapps-forms-material
Set of Material Ui inputs, compatible with @unform
Statements | Branches | Functions | Lines |
---|---|---|---|
Install
npm install --save newestapps-forms-material
Usage
import React, { Component } from 'react'
import { Form } from '@unform/core'
import { Input, InputType } from 'newestapps-forms-material'
class Example extends Component {
render() {
return (
<Form {...}>
<Input name="username" type={InputType.TEXT} />
<Input name="password" type={InputType.PASSWORD} />
</Form>
)
}
}
License
MIT © rodrigotbrun & newestapps
1.0.0
5 years ago