lobus-button-ui

1.0.0 • Public • Published

lobus-button-ui

lobus button ui

NPM JavaScript Style Guide

Install

npm install --save lobus-button-ui

Usage

import React from 'react'
import { Button } from 'lobus-button-ui'

const App = () => {
  return (
    <div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', minHeight: '100vh', flexDirection: 'column'}}>
      <Button text={'Primary'} type={'primary'} />
      <br />
      <br />
      <Button text={'Default'} type={'default'} />
      <br />
      <br />
      <Button text={'Dashed'} type={'dashed'} />
      <br />
      <br />
      <Button text={'Text'} type={'text'} />
      <br />
      <br />
      <Button text={'Link'} type={'link'} />
    </div>
  )
}

export default App

License

MIT © dogukan-karasansar

Readme

Keywords

none

Package Sidebar

Install

npm i lobus-button-ui

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

12.6 kB

Total Files

7

Last publish

Collaborators

  • developer-dodo