New to Kendo UI for Angular? Start a free 30-day trial
CardSeparatorDirective
Defines a separator in the content of the Card. The separator can be used to visually divide sections within the Card.
html
<kendo-card>
<div kendoCardSeparator></div>
<p>Content below the separator</p>
</kendo-card>
Selector
[kendoCardSeparator]
Inputs
Name | Type | Default | Description |
---|---|---|---|
orientation |
|
|
Specifies the orientation of the Card separator. |
Fields
Name | Type | Default | Description |
---|---|---|---|
color |
|
Sets the color of the Card separator. |