Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Oct 1, 2020
1 parent dfd7ab0 commit 08472f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions examples/stories/src/tutorial/design/tokens/colors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ import {

# Overview

Colors are one of the main [design tokens](/tutorial/design-tokens/intro) elements, and `component-controls` provides multiple components to document your colors and color palettes.
Colors are one of the foundational [design tokens](/tutorial/design-tokens/intro), and `component-controls` provides multiple components to document your colors and color palettes.

All components accept a `name` and a color `value` property, where the color can be a HEX, RGB, or HSL string value.

The color can be a HEX, RGB, or HSL string value.

## AltaColor

Expand Down
6 changes: 4 additions & 2 deletions examples/stories/src/tutorial/design/tokens/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ yarn add @component-controls/design-tokens --dev

The designs of the `design-tokens` package components are based on some of the industry-best design systems, as noted in each component's documentation. However, they are not guaranteed to be 100% identical and they are not endorsed in any way by their original creators.

### [Colors](/tutorial/design-tokens/colors)
A handy list of design-systems can be found on [designsystemsrepo.com](https://designsystemsrepo.com/design-systems/).

A collection of components that will display a single color or a palette of colors. The color can be a hex, rgb, or hsl string value.
### [Colors](/tutorial/design-tokens/colors) (36)

A collection of components that will display a single color or a palette of colors. The color input can be a HEX, RGB, or HSL string value.

0 comments on commit 08472f0

Please sign in to comment.