Skip to content

Commit

Permalink
add styleguidist example md files
Browse files Browse the repository at this point in the history
  • Loading branch information
jiin-kim109 committed Oct 12, 2023
1 parent 6b4b5dc commit d3dae1e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react-app-rewired": "^2.2.1",
"react-styleguidist": "^13.1.1"
},
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/components/Guidelines.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```js
<Guidelines />
```
3 changes: 3 additions & 0 deletions src/components/Logo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```js
<Logo width={50} height={50} />
```

0 comments on commit d3dae1e

Please sign in to comment.