1.0.6 • Published 1 year ago

styles-tags v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

styles-tags

styles-tags

NPM JavaScript Style Guide

Install

npm install --save styles-tags

Usage

import React from 'react'

import {
  SendButtons,
  Duolingo,
  DarkButton,
  AppStoreButton,
  GooglePlayButton
} from 'styles-tags'
import 'styles-tags/dist/index.css'

const App = () => {
  return (
    <div>
      <AppStoreButton height='50px' width='130px' />
      <GooglePlayButton height='50px' width='170px' />
      <SendButtons
        text='gonder'
        height='45px'
        width='120px'
        color='#fff'
        fontSize='14px'
      />
      <Duolingo
        text='Click'
        height='45px'
        width='110px'
        color='#fff'
        fontSize='14px'
      />
      <DarkButton
        text='Click'
        height='10px'
        width='110px'
        color='#fff'
        fontSize='14px'
      />
    </div>
  )
}

export default App

License

MIT © Berat-Ozgen

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago