Skip to content

Commit

Permalink
docs: add recipies section
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Apr 7, 2023
1 parent 59f743d commit fb6a27d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/storybook/content/00-introduction.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Meta } from '@storybook/blocks';
import { Canvas, Meta, Story } from '@storybook/blocks';
import React from 'react';

<Meta title="Docs/Introduction" />
Expand All @@ -9,6 +9,10 @@ import React from 'react';

# React Compare Slider

<Canvas>
<Story id="demos--images" />
</Canvas>

<div style={{ display: 'flex', gap: '0.5rem', justifyContent: 'center', marginBottom: '0.5rem' }}>
<a href="https://github.com/nerdyman/react-compare-slider/blob/main/LICENSE">
<img alt="License MIT" src="https://img.shields.io/npm/l/react-compare-slider.svg" />
Expand Down

0 comments on commit fb6a27d

Please sign in to comment.