1.1.1 • Published 3 years ago

wolfuif v1.1.1

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

wolfui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save wolfui

Usage

import React, { ExampleComponent, Button } from 'react'

import Button from 'wolfui'
import 'wolfui/dist/index.css'

class Example extends Component {
  render() {
    return (
      <>
      <ExampleComponent text="wolfui" />
      <Button text="Default Button" type="default" />
      <Button text="Primary Button" type="primary" />
      <Button text="Dashed Button" type="dashed" />
      <Button text="Text Button" type="text" />
      <Button text="Link Button" type="link" />
      </>
    )
  }
}

License

MIT © Havvanur-Dogdu