@prestosports/commons-ui
v1.0.21
Published
PrestoSports UI components
Downloads
109
Keywords
Readme
@prestosports/commons-ui
Components library to reuse in PrestoSports CMS2 apps
Installation
npm install -D @prestosports/commons-ui
Usage
In your React code:
import { Header, Loading, Drawer, List } from '@prestosports/commons-ui';
...
render() {
return
<>
...
<Header text="PS Boilerplate" onDrawerToggle={handleDrawerToggle} />
...
</>
}
...