Skip to content

My first library experiment , this is a button ui library

License

Notifications You must be signed in to change notification settings

berkinalpp/clarkui

Repository files navigation

clarkui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save clarkui

Usage

import React, { Component } from 'react'

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

class App extends Component {
  render() {
    return (
      <div className="App">
        <Button text="Glow Button" effect='glow'></Button>
        <Button text="Door Button" effect='door'></Button>
        <Button text="Shutter Up Button" effect='shutterUp'></Button>
        <Button text="Shutter Down Button" effect='shutterDown'></Button>
        <Button text="Double Button" effect='double'></Button>
      </div>
    ) 
  }
}

License

MIT © berkinalpp

About

My first library experiment , this is a button ui library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published