Skip to content
Snippets Groups Projects
Unverified Commit 7dc5d977 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Example snippet should not use prop shorthand (#17604)

parent 9da54665
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Any props that work on Box and Flex work here.
export const examples = {
Relative: <Relative>Some content relative to its parent</Relative>,
Absolute: (
<Relative p={4} w="100%">
<Relative p={4} width="100%">
Some content
<Absolute bg="red" p={1} top={0} right={0}>
Some content positioned absolutely to its parent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment