Skip to content

Commit

Permalink
add external links
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Jan 19, 2022
1 parent c8651e8 commit 82b0e94
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions packages/docs/pages/grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ const GridPage = () => {

<Panel header="Overview" headerId="overview">
<Text>
<Code primary>Grid</Code> is a two-dimensional grid-based layout system.
The <Code primary>Grid</Code> component extends the <Code primary>Box</Code> utility component and provides a{' '}
<Link
href="https://developer.mozilla.org/en-US/docs/Web/CSS/grid"
external
target="_blank"
rel="external nofollow noreferrer"
>
CSS grid
</Link>{' '}
container alongside grid properties.
</Text>
<Text bold>When to use:</Text>
<List>
Expand Down Expand Up @@ -202,7 +211,15 @@ const GridPage = () => {
<GuidelinesTable
recommended={[
<>
Use <Link href="https://css-tricks.com/snippets/css/complete-guide-grid/">CSS-Tricks complete guide</Link>{' '}
Use{' '}
<Link
href="https://css-tricks.com/snippets/css/complete-guide-grid/"
external
target="_blank"
rel="external nofollow noreferrer"
>
CSS-Tricks complete guide
</Link>{' '}
to grid.
</>,
]}
Expand Down

0 comments on commit 82b0e94

Please sign in to comment.