Semantic-Org/Semantic-UI-Ember

View on GitHub
addon/components/ui-sticky.js

Summary

Maintainability
A
0 mins
Test Coverage
import Ember from 'ember';
import Base from '../mixins/base';
import layout from '../templates/components/ui-sticky';

export default Ember.Component.extend(Base, {
  layout,
  module: 'sticky',
  classNames: ['ui', 'sticky']
});