zyra-ui

1.0.1 • Public • Published

zyra-ui

Simple button designs for your projects. Selectable types: primary, default, dashed, text and link.

Preview

NPM JavaScript Style Guide

You can check the project on GitHub.

Install

npm install --save zyra-ui

Usage

import React, { Component } from 'react'

import {ZyraButton} from 'zyra-ui'
import 'zyra-ui/dist/index.css'

class Example extends Component {
  render() {
    return <ZyraButton type="selected-type-comes-here" text="your-button-text-comes-here" />
  }
}

License

MIT © beyazite

Readme

Keywords

none

Package Sidebar

Install

npm i zyra-ui

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.57 kB

Total Files

7

Last publish

Collaborators

  • beyazite