1.0.0 • Published 5 years ago

newestapps-forms-blueprint v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

newestapps-forms-material

Set of Material Ui inputs, compatible with @unform

NPM JavaScript Style Guide

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

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