This addon is meant to be a simple Ember wrapper of the great vertical timeline initially created by the people over at CodyHouse!
Like most ember addons, simply run ember install ember-vertical-timeline
and you should be all set!
If you want to include the basic styles for the components in your application; just add @import "ember-vertical-timeline";
to your application's Sass stylesheet. Try out ember-cli-sass if you are not already using Sass in your application.
Here's how you would go about creating a simple timeline:
Any contribution is more than welcomed. If you plan on introducing a new feature, please open an issue and share your idea prior to implementing it, it could save you precious time!
Once again, the initial timeline was created by the people over at CodyHouse!
描述 (Description) 通过将类.vertical包含在顶级菜单中,可以垂直显示菜单。 子菜单自动垂直对齐。 例子 (Example) 以下示例演示了在Foundation中使用Vertical垂直下拉菜单 - <!DOCTYPE html> <html> <head> <title>Foundation Template</title> <meta nam
描述 (Description) 垂直滑块用于通过使用vertical类显示垂直滑块,并将data vertical设置为true 。 例子 (Example) 以下示例演示如何在Foundation中使用vertical slider 。 <html> <head> <title>Slider Vertical</title> <link rel = "styles
描述 (Description) vertical-align属性确定行内或表单元格内文本的对齐方式。 可能的值 (Possible Values) baseline - 元素的基线与父元素的基线对齐。 sub - 元素的基线降低到适合下标文本的点。 super - 元素的基线被提升到适合于上标文本的点。 top - 元素框的顶部与行内容的顶部对齐,在内联内容的上下文中,或与表格上下文中的表格单元
描述 (Description) 它垂直显示选项卡。 例子 (Example) 以下示例演示了在Foundation中使用vertical tabs - <!doctype html> <head> <meta charset = "utf-8" /> <meta http-equiv = "x-ua-compatible" content = "ie = edge"
描述 (Description) 可以使用类.vertical垂直显示菜单。 例子 (Example) 以下示例演示了在Foundation中使用垂直菜单 - <!DOCTYPE html> <html> <head> <title>Foundation Template</title> <meta name = "viewport" content = "width
在scrollview中手指移动滚动条时,旁边出现一个小标签,用于显示移动到页面哪个位置。 [Code4App.com]