diff --git a/example/storybook-nativewind/src/components/Modal/index.themed.stories.mdx b/example/storybook-nativewind/src/components/Modal/index.themed.stories.mdx index 88d70752cd..0b486640a5 100644 --- a/example/storybook-nativewind/src/components/Modal/index.themed.stories.mdx +++ b/example/storybook-nativewind/src/components/Modal/index.themed.stories.mdx @@ -1,5 +1,5 @@ --- -title: Modal | gluestack-ui | Installation, Usage, and API +title: gluestack-ui Modal Component | Installation, Usage, and API description: A Modal is a window on top of the primary content to draw the user's attention to important information or actions. It provides a focused and interruptive way to interact with the application. @@ -52,10 +52,9 @@ import { } from '@gluestack/design-system'; import Wrapper from '../../core-components/themed/Wrapper'; - This is an illustration of **Modal** component. - + +
@@ -95,7 +94,7 @@ This is an illustration of **Modal** component. variant="outline" size="sm" action="secondary" - className='mr-[3px]' + mr="$3" onPress={() => { setShowModal(false); }} @@ -143,7 +142,7 @@ This is an illustration of **Modal** component. argsType: {}, }} /> - +
@@ -570,78 +569,6 @@ Modal component is created using View component from react-native. It extends al - - - ### Examples The Examples section provides visual representations of the different variants of the component, allowing you to quickly and easily determine which one best fits your needs. Simply copy the code and integrate it into your project.