1.2.2 • Published 1 year ago

pixton v1.2.2

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

pixton

Made with create-react-library

NPM JavaScript Style Guide

Install

npm i pixton

Usage

import { Pixton } from 'pixton'
import 'pixton/dist/index.css'

function App() {
  return (
    <div>
      <Pixton type='primary'> Primary Button </Pixton>
      <Pixton type='default'> Default Button </Pixton>
      <Pixton type='dashed'> Dashed Button </Pixton>
      <Pixton type='text'> Text Button </Pixton>
      <Pixton type='link'> Link Button </Pixton>
    </div>
  )
}

export default App

DEMO

License

MIT © ozanakayaci

1.2.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

3 years ago

1.0.2

3 years ago