Card Sectioned
Groups information in a small block organized with different sections for title, image and content that can be easily noticeable in the screen.
Use the Card Sectioned pattern to group short pieces of information and highlight them on the screen.
How to use the Card Sectioned UI Pattern
-
In Service Studio, in the Toolbox, search for
Card Sectioned
.The Card Sectioned widget is displayed.
-
From the Toolbox, drag the Card Sectioned widget into the Main Content area of your application's screen.
By default, the Card Sectioned widget contains an Image, Title, Content, and Footer placeholder.
-
Add your content to the placeholders.
In this example we add an image, a title, some text, and a link.
-
On the Properties tab, you can change the look and feel of the Card Sectioned widget, for example, the orientation, and padding properties.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
UsePadding (Boolean): Optional | If True, content has padding. This is the default. If False, the content has no padding. |
IsVertical (Boolean): Optional | If True, the Card Sectioned pattern displays vertically. This is the default. If false, the pattern displays horizontally. |
ImagePadding (Boolean): Optional | If True, a padding of 24px is applied to the image. This is the default. If False, no padding is applied to teh image. |
ExtendedClass (Text): Optional | Add custom style classes to the Card Sectioned UI Pattern. You define your custom style classes in your application using CSS. Examples
|