/bebutton

Primary LanguageJavaScript

bebutton

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save @berkeergun/bebutton
npm install --save @berkeergun/bebutton --force

Usage

import React from 'react'

import { Button } from '@berkeergun/bebutton'

import '@berkeergun/bebutton/dist/index.css'
import './index.css'

const App = () => {
  return (
    <div style={{display:"flex" , flexDirection:"row"}}>
      <Button text='Button Shadow Type' type='shadow' />
      <Button text='Button Inset Shadow Type' type='insetShadow' />
      <Button text='Button Text Shadow Type' type='textShadow' />
      <Button text='Button Text Border Shadow Type' type='textBorderShadow' />
      <Button text='Button Dotted Type' type='dotted' />
      <Button text='Button Double Type' type='double' />
      <Button text='Button Dashed Type' type='dashed' />
    </div>
  )
}

export default App

License

MIT © berkeergun