1.0.6 • Published 3 years ago

styles-tags v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago