Selector
bp-tile

Inputs

Tile inputs
InputTypeDescriptionNotes
titleTextstringThe 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>