0.1.0 • Published 8 years ago

camel-components v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

camel-components

Standalone React Components

Simple React components without additional dependencies.

Example page

https://musemind.github.io/camel-components/

Repository

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'}}
  }}
}]
0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago