- Selector
- bp-tile
Inputs
Input | Type | Description | Notes |
---|---|---|---|
titleText | string | The text used for the tile's title. | Required. |
Content Projection
The optional ng-content directives' select attribute value is tile-body.
tile-body
The content area for the tile's body.
<bp-tile titleText="Tile Title">
<ng-container tile-body>
<!-- Add content here -->
</ng-container>
</bp-tile>