Skip to content

Commit cfd47b7

Browse files
author
Andrey Okonetchnikov
committed
Add more examples of styleguides
1 parent ebefb98 commit cfd47b7

5 files changed

+48
-0
lines changed

β€Žslides/ds101-worskhop.mdx

+48
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,54 @@ to find out the relevant parts of your design system.
527527

528528
---
529529

530+
<Figure
531+
src={"/assets/design-tokens-colors.png"}
532+
alt="Design tokens: colors"
533+
caption={
534+
<a href="https://marvelapp.com/styleguide/design/color-scheme">
535+
https://marvelapp.com/styleguide/design/color-scheme
536+
</a>
537+
}
538+
/>
539+
540+
---
541+
542+
<Figure
543+
src={"/assets/design-tokens-gradients.png"}
544+
alt="Design tokens: gradients"
545+
caption={
546+
<a href="https://cloudflare.github.io/cf-ui/#cf-design-gradients">
547+
https://cloudflare.github.io/cf-ui/#cf-design-gradients
548+
</a>
549+
}
550+
/>
551+
552+
---
553+
554+
<Figure
555+
src={"/assets/design-tokens-fonts-spacing.png"}
556+
alt="Design tokens: fonts and spacing"
557+
caption={
558+
<a href="https://vueds.com/example/#!/Design%20Tokens">
559+
https://vueds.com/example/#!/Design%20Tokens
560+
</a>
561+
}
562+
/>
563+
564+
---
565+
566+
<Figure
567+
src={"/assets/design-tokens-misc.png"}
568+
alt="Design tokens"
569+
caption={
570+
<a href="https://www.lightningdesignsystem.com/design-tokens/">
571+
https://www.lightningdesignsystem.com/design-tokens/
572+
</a>
573+
}
574+
/>
575+
576+
---
577+
530578
# πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» [Parts of Design System](/parts)
531579

532580
---
32.4 KB
Loading
31.1 KB
Loading
44.1 KB
Loading
49.2 KB
Loading

0 commit comments

Comments
Β (0)