Skip to content

Commit

Permalink
update story description
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmguo committed Nov 9, 2023
1 parent 6c42a52 commit 75dde59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta: Meta<IBoxProps> = {
description: {
component:
'Box is the most basic building block of application layout.\n' +
'\nThis component allows for passing the <i>display</i>, <i>margin</i> and <i>padding</i> properties.',
'\nThis component accepts an `as` prop which allows the user to pass what html element the `Box` will render as well as many style attributes that are mapped to css utility classes.',
},
},
},
Expand Down

0 comments on commit 75dde59

Please sign in to comment.