@nofun/ui
v1.0.0
Published
React UI components based on MUI
Downloads
3
Readme
@nofun/ui is a React UI library which based on MUI, and we make it better to use. This can:
- 👍 Enrich so many svg icons
- ✨ Build more complex and high-order components
- 🥰 More delightful
Install
MUI and React is peer dependencies, which should be installed correctly.
Make sure your React Version support Hooks.
pnpm install @nofun/ui
Usage
Just import the component you want to use.
import { IconElfball } from '@nofun/ui/dist/Icon'
export default function IconPage() {
return <IconElfball />
}
See more in story.
License
Licensed under the MIT License.