You can pass your component any options.

- Keys will be checked for matching methods
- The options will be passed as an argument to the Component constructor

```
el('Component', {
  className : 'this-class',
  onClick : function () {},
})
```
