Skip to content

Commit

Permalink
docs(storybook): add colors and introduction section
Browse files Browse the repository at this point in the history
  • Loading branch information
shchilkin committed Jun 8, 2023
1 parent e65e1c8 commit 804a224
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/nextjs-app/docs/Colors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Colors

import {Meta, ColorPalette, ColorItem} from '@storybook/blocks';

<Meta title="Colors" />

<ColorPalette>
<ColorItem title="Golden Sand" subtitle={'Primary color of the app'} colors={['#ffd568']}/>
</ColorPalette>
1 change: 1 addition & 0 deletions apps/nextjs-app/docs/Introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Introduction

0 comments on commit 804a224

Please sign in to comment.