- Introduces ComponentConnector to use a component inside a widget - Use css to set size of components instead of properties - Smarted positionning - Style tweaks
10 lines
192 B
JavaScript
10 lines
192 B
JavaScript
export default Ember.Component.extend({
|
|
layoutName: "components/topic-notifications-button",
|
|
|
|
classNames: ['topic-notifications-button'],
|
|
|
|
appendReason: true,
|
|
|
|
showFullTitle: true
|
|
});
|