1.1.6 • Published 2 years ago

huzoui v1.1.6

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

huzoui

Example library

NPM JavaScript Style Guide

Install

npm install --save huzoui

Usage

import React, { Component } from 'react'

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

class Example extends Component {
  render() {
    return (
      <>
        <Button type="primary" onClick={() => alert("Deneme!")} text="Primary Button"></Button>

        <br />
        <br />

        <Button onClick={() => alert("Deneme!")} text="Default  Button"></Button>

        <br />
        <br />

        <Button type="dashed" onClick={() => alert("Deneme!")} text="Dashed Button"></Button>

        <br />
        <br />

        <Button type="text" onClick={() => alert("Deneme!")} text="Text Button"></Button>

        <br />
        <br />

        <Button type="link" onClick={() => alert("Deneme!")} text="Link Button"></Button>
      </>
    )
  }
}

License

MIT © huzeyfeyetkiner

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago