1.0.2 • Published 4 years ago

@swapy.io/swapy-button v1.0.2

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

@swapy.io/swapy-button

Button component for React js created by Swapy team

NPM JavaScript Style Guide

Install

npm install --save @swapy.io/swapy-button

Usage

import React, { Component } from 'react'

import { SwapyButton } from '@swapy.io/swapy-button'
import '@swapy.io/swapy-button/dist/index.css'

class Example extends Component {
  render() {
    return (
      <SwapyButton variant='capsule_outlined' height='50px' width='300px'>
        Ajay
      </SwapyButton>
    )
  }
}

License

MIT ©