Base components for building an ownCloud app with reactjs
npm install oc-react-componentsThe oc-react-components package provides some of the basic building blocks for building a UI for an ownCloud app: The main container element, a side navigation bar, a controlbar and the content container.
For an example usage see https://github.com/icewind1991/react_oc_boilerplate
The component creates the main container element for app
```
...
The component creates the bar on the top of the screen where the controls for the app are placed.
``
...
...
...
The component creates the navigation bar on side of the screen.
The component also comes with the and component to be used to create the navigation entries in the sidebar.
`
...
...
...
...
...
...
`
The component main content container of the app, when a controlbar is used the content component will correctly adjust the styling to make room for the control bar on the top of the screen.
`
...
...
...
``