1.0.0 • Published 4 years ago

innovasive-ui2 v1.0.0

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

innovasive-ui

Dev fast, Deliver faster

NPM JavaScript Style Guide

Install

npm install --save innovasive-ui

Config

  1. Config tailwind.config.js
module.exports = {
  purge: [],
  theme: {
    extend: {
      colors: {
        'input-default': 'for all purpose of re-use component ',
        'input-error': 'for all purpose of re-use component',
        'input-focused': 'for all purpose of re-use component',
        'input-disabled': 'for all purpose of re-use component'
      }
    }
  },
  variants: {},
  plugins: []
}
  1. Config text at Design System CSS file
.label-input {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-style: normal;
}

Usage

import React, { Component } from 'react'

import { TextInput, TextInputFormik } from 'innovasive-ui'

class Example extends Component {
  render() {
    return <TextInput />
  }
}

License

MIT © artcheeze

1.0.0

4 years ago