# essence-toolbar

> Essence ToolBar - ToolBar component

Latest version **1.0.8** (published 2016-04-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install essence-toolbar
pnpm add essence-toolbar
yarn add essence-toolbar
bun add essence-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.8 |
| Published | 2016-04-07 |
| First published | 2016-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 412 |
| Author | Hetmann W. Iohan |
| Maintainers | essence_md |
| Keywords | color palette, component, essence, google material, grid lists, javascript, less css, less, lesscss, material components, material design framework, material design, material, module, react component, react components, react native, react, react-component, template, templates, tile, tiles, UI component, UI kit, UI kits, UI, widget, toolbar, tool bar, menu, navigation, nav bar, navbar |

## Links

- npm: https://www.npmjs.com/package/essence-toolbar
- Repository: https://github.com/Evo-Forge/Essence
- Homepage: http://getessence.io/
- Issues: https://github.com/Evo-Forge/Essence/issues
- npm.io page: https://npm.io/package/essence-toolbar

## Dependencies (2)

- [classnames](https://npm.io/package/classnames.md) ^2.x
- [essence-core](https://npm.io/package/essence-core.md) ^1.x

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.8 (latest) — 2016-04-07
- 1.0.7 — 2016-04-07
- 1.0.6 — 2016-04-07
- 1.0.5 — 2016-03-25
- 1.0.4 — 2016-03-25
- 1.0.3 — 2016-03-17
- 1.0.2 — 2016-03-11
- 1.0.1 — 2016-03-11

## README

# Essence ToolBar - ToolBar component

**Options**:
- **floating**: boolean - default `false`
- **bottom**: boolean - default `false`
- **noShadow**: boolean - default `false`

### How to use
```js
import ToolBar from 'essence-toolbar';

class ToolBarTest extends React.Component {
  render() {
    return(
      <div>
        <ToolBar>This is a simple toolbar</ToolBar>
        <ToolBar floating={true}>This is a floating toolbar</ToolBar>
        <ToolBar bottom={true}>This is a bottom fixed toolbar</ToolBar>
        <ToolBar noShadow={true}>This is a toolbar without shadow</ToolBar>
      </div>
    );
  }
};
```

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