0.0.9 • Published 1 year ago

@happymini/react-ui v0.0.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

HappyMini ReactUI

HappyMini ReactUI is a set of UI Components designed according to mobile standards for ReactJS, helping you to shorten application development time and create a more user-friendly interface.

Installation

npm i @happymini/react-ui

or

yarn add @happymini/react-ui

Usage

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

export default () => {
  return (
    <>
      <Button color='primary' fill='solid'>
        Solid
      </Button>
    </>
  )
}
Contributors
  • VyLQ
Credits
  • Ant Design Mobile