Skip to content

Commit

Permalink
add: add into documentation on center_img.jsx on how to add in multip…
Browse files Browse the repository at this point in the history
…le styling
  • Loading branch information
YUUU23 committed Jun 21, 2024
1 parent 682bd19 commit 4c9d413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/center_img.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from "react";
* @param {*} props :
* src: image source
* alt: image alternative text
* imgStyle: object, any image styles
* imgStyle: object, any image styles (props can be passed in as: `imgStyle={{ maxHeight: "600px", border: "solid" }}`)
* @returns a component for uniformally centering images in the doc
*/

Expand Down

0 comments on commit 4c9d413

Please sign in to comment.