@happymini/react-ui
v0.0.9
Published
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.
Downloads
3
Readme
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