1.0.7 â€ĸ Published 4 years ago

@muhimron90/muhi-ui v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Muhi-UI MIT license

still under personal experimental version

Support React >=@16.0.x || < @17.x


Installation Guide 💎

install ↩ī¸

npm install @muhimron90/muhi-ui

uninstall ↩ī¸

npm uninstall @muhimron90/muhi-ui


How to Use ❓

Example 🔐

import React from 'react'
import {Button} from '@muhimron90/muhi-ui'

class App extends React.Component {
    constructor(props){
        super(props);
        this.state = {}
    }
    render(){
        return
        (
            <div>
                <Button text="I'm a Button" />
            </div>
        )
    }
}

Options | Props :

  • text_type - String
  • text - default | "some Text"

  • test Publish package
  • fix export component
  • add new components