1.0.5 • Published 3 years ago

scorpionuif v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

scorpionui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save scorpionui

Usage

Type = primary, secondary, scorpion

import React, { Component } from 'react'

import {Button} from 'scorpionui'
import 'scorpionui/dist/index.css'

class Example extends Component {
  render() {
    return <Button type='primary' />
  }
}

License

MIT © oguzcanuzunoner

1.0.5

3 years ago

1.0.4

3 years ago

1.0.0

3 years ago