1.0.0 • Published 9 months ago

@nofun/ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

requirements code style

@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.

1.0.0

9 months ago