Skip to content

Commit

Permalink
♻️ refactor: storybook 폴더 변경, 📝 docs: configure 이미지 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyung5x5 committed Nov 22, 2024
1 parent 295f713 commit 0e0c952
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, StoryObj } from '@storybook/react';
import ReviewableGatheringCard from './reviewable-gathering-card';

const meta: Meta<typeof ReviewableGatheringCard> = {
title: 'Components/ReviewableGatheringCard',
title: 'gathering/reviewable-gathering-card',
component: ReviewableGatheringCard,
tags: ['autodocs'],
parameters: {
Expand Down
6 changes: 4 additions & 2 deletions src/stories/Configure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import Accessibility from './assets/accessibility.png';
import AddonLibrary from './assets/addon-library.png';
import Assets from './assets/assets.png';
import Context from './assets/context.png';
import Cbd from './assets/development-cbd.png';
import Pattern from './assets/development-pattern.png';
import Discord from './assets/discord.svg';
import Docs from './assets/docs.png';
import FigmaPlugin from './assets/figma-plugin.png';
Expand Down Expand Up @@ -43,7 +45,7 @@ export const RightArrow = () => (
<div className="sb-section">
<div className="sb-section-item">
<Image
src="https://github.com/user-attachments/assets/95d20bd3-5fe5-461c-b5d7-50fbe006bf42"
src={Cbd}
alt="component based development"
width={0}
height={0}
Expand All @@ -58,7 +60,7 @@ export const RightArrow = () => (
width={0}
height={0}
style={{ width: '100%', height: '250px', borderRadius: '15px'}}
src="https://github.com/user-attachments/assets/8bfecfc5-1efd-42cb-ae9a-43d3e25cde61"
src={Pattern}
alt="An abstraction representing the composition of data for a component"
/>
<h4 className="sb-section-item-heading">Container/Presentational Pattern</h4>
Expand Down
Binary file added src/stories/assets/development-cbd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stories/assets/development-pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e0c952

Please sign in to comment.