Skip to content

Commit

Permalink
fix(core): 🐛 codesample CoreImage correction
Browse files Browse the repository at this point in the history
codesample CoreImage indentation correction

Ref: #186
  • Loading branch information
anantakumarghosh committed Aug 16, 2024
1 parent a1ace32 commit 5b9c36a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/components/component-docs/dataDisplay/CoreImage.docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ export default function CoreImageDocs() {

<CodeSample
title={"Simple CoreImage "}
description={"DESCRIPTION_OF_THE_SAMPLE"}
code={`
<CoreImage width={200} height={200}
src="https://upload.wikimedia.org/wikipedia/commons/f/f9/Phoenicopterus_ruber_in_S%C3%A3o_Paulo_Zoo.jpg">
</CoreImage>
`}
description={"Below is a sample of how to use the CoreImage component."}
code={`<CoreImage width={200} height={200}
src="https://upload.wikimedia.org/wikipedia/commons/f/f9/Phoenicopterus_ruber_in_S%C3%A3o_Paulo_Zoo.jpg">
</CoreImage>`}
renderElement={<>
<CoreImage
width={200}
Expand Down

0 comments on commit 5b9c36a

Please sign in to comment.