Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Added information about tile selector requirements #214

Merged
merged 3 commits into from
Jan 22, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/components/tile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<sky-demo-page-summary>
<p>
The <stache-code>sky-tile</stache-code> component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the <stache-code>sky-tile</stache-code> component, the <stache-code>sky-tile-title</stache-code> component displays a header for the tile, the <stache-code>sky-tile-summary</stache-code> component displays summary information, and the <stache-code>sky-tile-content</stache-code> component displays the tile content. The <stache-code>sky-tile-content-section</stache-code> component creates a padded section inside the <stache-code>sky-tile-content</stache-code> element. If you use a <stache-code>sky-tile</stache-code> component within a <stache-code>sky-tile-dashboard</stache-code> component, you must <a routerLink="/learn/get-started/advanced/add-entry-components">include it as an entry component</a> in the application module.
The <stache-code>sky-tile</stache-code> component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the <stache-code>sky-tile</stache-code> component, the <stache-code>sky-tile-title</stache-code> component displays a header for the tile, the <stache-code>sky-tile-summary</stache-code> component displays summary information, and the <stache-code>sky-tile-content</stache-code> component displays the tile content. The <stache-code>sky-tile-content-section</stache-code> component creates a padded section inside the <stache-code>sky-tile-content</stache-code> element. If you use a <stache-code>sky-tile</stache-code> component within a <stache-code>sky-tile-dashboard</stache-code> component, you must <a routerLink="/learn/get-started/advanced/add-entry-components">include it as an entry component</a> in the application module, and the selector for the tile component must begin with <stache-code>div.</stache-code> followed by a custom selector.
</p>
</sky-demo-page-summary>

Expand Down