1.1.1 • Published 2 years ago

milingui v1.1.1

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

milingui

buttons with different styles

NPM JavaScript Style Guide

Install

npm install --save milingui

Usage

import React, { Component } from 'react'

import MyComponent from 'milingui'
import 'milingui/dist/index.css'

class Example extends Component {
  render() {
    return (
      <>
        <Button type='primary' text='Primary Button 😄' />
        <Button type='dashed' text='Dashed Button 😄' />
        <Button type='link' text='Link Button 😄' />
      </>
    )
  }
}

License

MIT © elifdiril