forked from carbon-design-system/carbon-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: design tutorials page (carbon-design-system#1732)
* Docs: design tutorials * docs: typo Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
25a7389
commit 54d4d67
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: Tutorials | ||
description: | ||
The Carbon design tutorials will get you set up to start designing with Carbon | ||
and teach you about some of the foundational pieces of the design system. | ||
--- | ||
|
||
import { Button } from 'carbon-components-react'; | ||
import { ArrowRight16 } from '@carbon/icons-react'; | ||
|
||
<PageDescription> | ||
|
||
The Carbon design tutorials will get you set up to start designing with Carbon | ||
and teach you about some of the foundational pieces of the design system. | ||
|
||
</PageDescription> | ||
|
||
<AnchorLinks> | ||
|
||
<AnchorLink>Introduction to Carbon</AnchorLink> | ||
<AnchorLink>Designing with Carbon</AnchorLink> | ||
<AnchorLink>Using the 2x Grid</AnchorLink> | ||
|
||
</AnchorLinks> | ||
|
||
## Introduction to Carbon | ||
|
||
Learn about Carbon and its history. This video covers how the IBM Design | ||
Language is applied to Carbon, how Carbon interacts with domain level guidance, | ||
and what it means to be an open source design system. | ||
|
||
<Video vimeoId="457802924" /> | ||
|
||
For further learning, check out | ||
[All about Carbon](/all-about-carbon/what-is-carbon), | ||
[Get started](/designing/get-started), and the | ||
[IBM Design Language](https://www.ibm.com/design/language/). | ||
|
||
## Designing with Carbon | ||
|
||
This video covers how to design with components and type styles, and where to | ||
find relevant guidance and resources while designing. It also goes through the | ||
steps of getting set up with the Carbon Sketch kits and grid template. | ||
|
||
<Video vimeoId="457803206" /> | ||
|
||
To learn more about our Sketch kits, head over to | ||
[Design Kits](/designing/kits/sketch). | ||
|
||
## Using the 2x Grid | ||
|
||
Learn about the fundamentals of using our 2x Grid. This video gives an overview | ||
of basic grid terminology, breakpoints, the three grid modes, and some resources | ||
to get started designing with the 2x Grid. | ||
|
||
<Video vimeoId="457802917" /> | ||
|
||
You can find detailed grid guidance on the | ||
[2x Grid](/guidelines/2x-grid/overview) page. |