@viniengelage/materialui-input
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

viniengelage-materialui-input

A input component list, crafted with styled-components and Unform. This a module for Vinicios Engelage's MaterialUI

NPM JavaScript Style Guide

Install

npm install --save @viniengelage/materialui-input

or

yarn add @viniengelage/materialui-input

Usage

import React from 'react';

import { BasicInput } from '@viniengelage/materialui-input'

const App = () => (
  <Form onSubmit={() => console.log('submit')}>
    <BasicInput name="input"/>
  </Form>
)

export default App;

Theme

You can add your own theme, using the function addButtonTheme

import theme from './myTheme';

import { addInputTheme } from '@viniengelage/materialui-input'

addInputTheme(theme)

You can use this function in your App.js

License

MIT © viniengelage

Readme

Keywords

none

Package Sidebar

Install

npm i @viniengelage/materialui-input

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

119 kB

Total Files

16

Last publish

Collaborators

  • viniengelage