# camel-components

> Camel Components

Latest version **0.1.0** (published 2016-07-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install camel-components
pnpm add camel-components
yarn add camel-components
bun add camel-components
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-07-01 |
| First published | 2016-06-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Johannes Linowski |
| Maintainers | musemind |
| Keywords | React, Component, Animation, Scenes, UI, Fake Typing |

## Links

- npm: https://www.npmjs.com/package/camel-components
- Repository: https://github.com/musemind/camel-components
- Homepage: https://github.com/musemind/camel-components#readme
- Issues: https://github.com/musemind/camel-components/issues
- npm.io page: https://npm.io/package/camel-components

## Dependencies (2)

- [ramda](https://npm.io/package/ramda.md) ^0.21.0
- [react](https://npm.io/package/react.md) 15.0.1

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2016-07-01
- 0.0.9 — 2016-06-30
- 0.0.8 — 2016-06-30
- 0.0.7 — 2016-06-29
- 0.0.6 — 2016-06-26
- 0.0.5 — 2016-06-26
- 0.0.4 — 2016-06-26
- 0.0.3 — 2016-06-26

## README

# camel-components
Standalone React Components

Simple [React](https://facebook.github.io/react/) components without additional dependencies.

### Example page
[https://musemind.github.io/camel-components/](https://musemind.github.io/camel-components/)

### Repository
[https://github.com/musemind/camel-components/](https://github.com/musemind/camel-components/)
Contributions are very welcome!

### Use it:

* Install npm package

```
npm install camel-components --save
```

### Changelog:

#### 0.1.0
Breaking Change:

Simplification: If you want to update an existing element, use `styleUpdate` as an object, not a boolean. Don't use `styleUpdate` and `style` in one element object.

New:
```
scenes={[
  {name: 'scene name', frames: 10, elements: {
    bar: {styleUpdate: {left: '30px'}}
  }}
}]
```

Deprecated:
```
scenes={[
  {name: 'scene name', frames: 10, elements: {
    bar: {styleUpdate: true, style: {left: '30px'}}
  }}
}]
```

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