Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: tile update #2580

Merged
merged 2 commits into from
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
Binary file modified src/pages/components/tile/images/tile-usage-25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/pages/components/tile/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ a [checkbox](/components/checkbox/usage).
### Expandable

Expandable tiles are helpful for hiding and showing large amounts of content to
a user.
When expanded, tiles push content down the page. They allow the user to
a user. When expanded, tiles push content down the page. They allow the user to
specifically focus on featured content while having access to the rest of the
information. Expandable tiles can contain internal CTAs (like links to docs) if
they are given their own click targets and the click target is reduced to only
Expand Down Expand Up @@ -390,7 +389,7 @@ and move the icon button (action) to the right corner.

![Do not right align an icon, link, or text when it is by itself.](images/tile-usage-9.png)

</DoDont>
</DoDont>
</DoDontRow>

<DoDontRow>
Expand Down Expand Up @@ -452,10 +451,11 @@ There are three basic layouts for tiles: **standard**, **vertical masonry**, and
**horizontal masonry**. The standard layout will be the most commonly used
version.

- Displaying high-level information and metrics on dashboards.
- A vertical masonry grid can vary in height, but is consistent in width.
- A horizontal masonry grid can vary in width. Rows of tiles may vary in height,
but the tiles within a row should be consistent in height.
- Standard layout tiles are the same in height and width as the rest of them in
the group.
- A vertical masonry layout can vary in height, but is consistent in width.
- A horizontal masonry layout can vary in width. Rows of tiles may vary in
height, but the tiles within a row should be consistent in height.

<Row>
<Column colLg={4}>
Expand Down