1.0.1 • Published 3 years ago

mojibu v1.0.1

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

mojibu

Simple button library using bootstrap button styling.

NPM JavaScript Style Guide

Install

npm install --save mojibu

Usage

import React, { Component } from 'react'

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

class Example extends Component {
  render() {
    return (
      <>
        <Button type='btnPrimary' />
        <Button type='btnSecondary' />
        <Button type='btnSuccess' />
        <Button type='btnInfo' />
        <Button type='btnWarning' />
        <Button type='btnDanger' />
        <Button type='btnLight' />
        <Button type='btnDark' />
        <Button type='btnLink' />
      </>
    )
  }
}

License

MIT © ugurkiymetli

1.0.1

3 years ago

1.0.0

3 years ago