# odr-toolbar

> odr-toolbar

Latest version **1.0.0** (published 2016-12-17) · 0 weekly downloads

## Install

```sh
npm install odr-toolbar
pnpm add odr-toolbar
yarn add odr-toolbar
bun add odr-toolbar
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-12-17 |
| First published | 2016-12-17 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^4.2.6 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bhargav Bolla |
| Maintainers | bhrgv-bolla |
| Keywords | react, electrode, electrode-component, react-component |

## Links

- npm: https://www.npmjs.com/package/odr-toolbar
- Repository: https://github.com/walmart-grs/odr-toolbar
- Issues: https://github.com/walmart-grs/odr-toolbar/issues
- npm.io page: https://npm.io/package/odr-toolbar

## Dependencies (2)

- [material-ui](https://npm.io/package/material-ui.md) ^0.16.5
- [react-tap-event-plugin](https://npm.io/package/react-tap-event-plugin.md) ^2.0.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-12-17

## README

# odr-toolbar

Contains:
	a title
	a side-nav
	a more options icon
	logout buttons and login indicator. 

## Demo & Examples

Live demo: [bhrgv-bolla.github.io/odr-toolbar](http://bhrgv-bolla.github.io/odr-toolbar/)

To build the examples locally, run:

```
npm install
npm start
```

Then open [`localhost:8000`](http://localhost:8000) in a browser.


## Installation

The easiest way to use odr-toolbar is to install it from NPM and include it in your own React build process (using [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/), etc).

You can also use the standalone build by including `dist/odr-toolbar.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable.

```
npm install odr-toolbar --save
```


## Usage

__EXPLAIN USAGE HERE__

```
var OdrToolbar = require('odr-toolbar');

<OdrToolbar>Example</OdrToolbar>
```

### Properties

* __DOCUMENT PROPERTIES HERE__

### Notes

__ADDITIONAL USAGE NOTES__


## Development (`src`, `lib` and the build process)

**NOTE:** The source code for the component is in `src`. A transpiled CommonJS version (generated with Babel) is available in `lib` for use with node.js, browserify and webpack. A UMD bundle is also built to `dist`, which can be included without the need for any build system.

To build, watch and serve the examples (which will also watch the component source), run `npm start`. If you just want to watch changes to `src` and rebuild `lib`, run `npm run watch` (this is useful if you are working with `npm link`).

## License

__PUT LICENSE HERE__

Copyright (c) 2016 Bhargav Bolla.

---
_Source: https://npm.io/package/odr-toolbar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
