@muhimron90/muhi-ui

1.0.7 • Public • Published
Muhi-Ui Logo

Muhi-UI Components Library

Simple Component UI for react or CRA development. Let's Start with Muhi-UI


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"

  • [x] test Publish package
  • [ ] fix export component
  • [ ] add new components

Package Sidebar

Install

npm i @muhimron90/muhi-ui

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

292 kB

Total Files

10

Last publish

Collaborators

  • muhimron90