Skip to content

Commit

Permalink
update story
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed Jul 11, 2024
1 parent a3b3884 commit f9b39b0
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/stories/Flex.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,20 @@ export const WithFlexItem: Story = {

export const Inline: Story = {
render: () => (
<Flex spacing="md" inline>
<span>Item</span>
<span>Item</span>
<span>Item</span>
</Flex>
<p>
文章文章文章文章文章文章
<Flex as="span" spacing="md" inline>
<Box as="span" inline backgroundColor="primary" p="xs" radius="md">
Item
</Box>
<Box as="span" inline backgroundColor="primary" p="xs" radius="md">
Item
</Box>
<Box as="span" inline backgroundColor="primary" p="xs" radius="md">
Item
</Box>
</Flex>
文章
</p>
),
};

0 comments on commit f9b39b0

Please sign in to comment.