6. Using the Responsive theme default components / 使用Responsive主题的默认插件

6.1 Introduction / 简介

在Shopware 5的Responsive主题中,我们为用户开发简单的模板或者插件 提供了大量的可重复使用的组件(components)。利用这些默认插件,用户可以通过一些简单的HTML代码创建按钮(button),面板(panel),警示信息(alert messages)以及其他一些UI元素。你可以将这些代码片段写在你的*.tpl文件中。
为了帮助用户更好的认出这些模板组件(template components),我们实施了一种parent-child的命名方式。比如说:panel类作为父类,所有与他相关的子类都加上前缀panel--比如panel--title或者panel--body。如果你对Bootstrap之类的框架非常熟悉的话,你就会发现Shopware的组件甚至更佳简单。本文将会对较为重要的一些组件进行介绍。如果你想要了解更多关于Shopware的UI组件,请点击这里

6.2 Quick examples / 简单举例

6.2.1 Buttons / 按钮
举例:创建一个带有不同样式的按钮

<a class="btn">Button</a>
<a class="btn is--primary">Primary Button</a>
<a class="btn is--secondary">Secondary Button</a>

更多的可选样式如下:

is--large: larger button height               高度更大
is--small: smaller button height              高度更小
is--full: button with 100% width              宽度为100%
is--center: button with centered text         按钮字体居中
is--icon-left: button with icon on the left   图标放在按钮左边
is--icon-right: button with icon on the right 图标放在按钮右边```
\* 该组件也可以被用在HTML的`<button>`元素中


**6.2.2 Panels / 面板**
举例:创建两个不同样式的面板:

<div class="panel has--border is--rounded">
<div class="panel--title is--underline">
Panel Title
</div>

<div class="panel--body is--wide">
    Panel Content
</div>

</div>```
更多的可选样式如下:

has--border: Panel with border          带边框
is--rounded: Panel with rounded corners 圆角```

**6.2.3 Icons / 图标**
举例:创建网页字体图标(webfont icon)

<i class="icon--basket"></i>```
就像之前说到过的那样,Shopware的Responsive主题提供了许多网页字体图标

用户可以同时在button中使用icon,如下:

<a class="btn is--primary is--icon-left">
    <i class="icon--account"></i> Primary button with icon on the left
</a>```


**6.2.4 Alert messages / 警告窗口**
举例:创建带样式的警示窗口(alert message box)

<div class="alert is--success is--rounded">
<div class="alert--icon">

<i class="icon--element icon--check"></i>
</div>
<div class="alert--content">
Alert message text
</div>
</div>```

更多的可选样式如下:

is--success: Success message (green)  提示成功(绿色)
is--error: Error message (red)        提示出错(红色)
is--info: Info message (blue)         显示信息(蓝色)
is--warning: Warning message (yellow) 提示警告(黄色)``` 
\* 小记:为了外观的统一,通常这四种里面必选一种

**6.2.5 Modal boxes / 盒子模型**
创建一个`position:absolute`且位于中心的盒子模型(absolute and centered)。

<div class="js--modal sizing--content" style="width: 600px; height: auto; display: block; opacity: 1;">
<div class="header">
<div class="title">
Modal box title
</div>
</div>
<div class="content">
Modal box content
</div>

<div class="btn icon--cross is--small btn--grey modal--close">
</div>
</div>```
* 小记:这些内联样式是由jQuery插件生成的(jquery.modal.js)

6.2.6 Product boxes / 产品盒子
产品列表创建一个产品盒子(Product box)

<div class="product--box box--basic">
    <div class="box--content is--rounded">
        <div class="product--info">
            <a href="#" class="product--image">
                <!-- Article images -->
            </a>

            <div class="product--rating-container">
                <!-- Product rating stars -->
            </div>

            <a href="#" class="product--title" title="">
                Product title
            </a>

            <div class="product--description">
                Product description
            </div>

            <div class="product--price-info">
                <div class="price--unit">
                    <!-- Optional unit price -->
                </div>
                <div class="product--price">
                    <span class="price--default is--nowrap">
                        35,00 €
                    </span>
                </div>
            </div>

            <div class="product--actions">
                <!-- Product action links e.g. product compare -->
            </div>
        </div>
    </div>
</div>```
产品盒子的类型有:

box--basic: Default product box 默认的产品盒子
box--big-image: Product box with focus on a larger image 专为大图片设计的产品盒子
box--minimal: Smaller product box with less information 信息较少的小产品盒子


**6.2.7 Product sliders / 产品滑动容器**
创建一个包含多个product-boxes,且可以通过方向箭头滑动的容器。

<div class="product-slider" data-product-slider="true">

<!-- Product slider direction arrows -->
<a class="product-slider--arrow arrow--next is--horizontal"></a>
<a class="product-slider--arrow arrow--prev is--horizontal"></a>

<div class="product-slider--container is--horizontal">
    <div class="product-slider--item">
        <!-- Include of the product box -->
    </div>
</div>

</div>产品滑动框(带有product-slider--containerproduct-slider--arrow```的<div>)可以是横向或者是纵向:

is--horizontal: Horizontal slider alignment  横向
is--vertical: Vertical slider alignment      纵向```

> 注意:实际上实现滑动效果的是来自jQuery插件,用的属性叫做`data-product-slider="true"`,如果想要做更深层次的改变,比如想改变动画速度,请详细看```jquery.product-slider.js```(位于 Responsive/frontend/_public/src/js/)的介绍。

##6.3 Complete component overview / 所有组件概览
你可以在shopware的官网上找到[所有组件的介绍](https://developers.shopware.com/styletile/)
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 202,905评论 5 476
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,140评论 2 379
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 149,791评论 0 335
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,483评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,476评论 5 364
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,516评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,905评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,560评论 0 256
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,778评论 1 296
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,557评论 2 319
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,635评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,338评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,925评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,898评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,142评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 42,818评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,347评论 2 342

推荐阅读更多精彩内容