zebrui

1.1.0 • Public • Published

zebraui

🦓 Zebra Theme Ui

NPM JavaScript Style Guide

Install

npm install --save zebraui

Usage

import React, { Component } from 'react'

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

class Example extends Component {
  render() {
    return <Button text={'Click'} onClick={() => alert('Hi!')} />
  }
}

License

MIT © dogukan-karasansar

/zebrui/

    Package Sidebar

    Install

    npm i zebrui

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    6.82 kB

    Total Files

    7

    Last publish

    Collaborators

    • developer-dodo