Card
Collaborate with us
Edit this page on GitHub
You can use the Cards UI Pattern to group small pieces of information and highlight them on the screen. The information is grouped into a small block that is easily noticeable on-screen.
How to use the Card UI Pattern
-
In Service Studio, in the Toolbox, search for
Card
.The Card widget is displayed.
-
From the Toolbox, drag the Card widget into the Main Content area of your application's screen.
-
Add your content to the placeholder. In this example we add some text.
-
On the Properties tab, you can customize the Card's look and feel by setting any of the (optional) properties.
After following these steps and publishing the module, you can test the pattern in your app.
Properties
Property | Description |
---|---|
UsePadding (Boolean): Optional | If set to True, padding is applied to the content area. This is the default value. If set to False, the content area has no padding. |
ExtendedClass (Text): Optional | Add custom style classes to the Card UI Pattern. You define your custom style classes in your application using CSS. Examples
|