@popmenu/admin-ui
v0.97.0
Published
React components specifically for the MyPop web app.
Downloads
5,816
Keywords
Readme
@popmenu/admin-ui
Components for the Admin application.
Installation
packages are available on NPM. @popmenu/common-ui is a peer-dependency for all sub-system components.
yarn add @popmenu/admin-ui
Usage
Common components are ready to use out of the box.
import React from 'react'
import { Button } from '@popmenu/admin-ui'
const MyComponent = () => {
return <Button>Click Me!</Button>
}