Gympass <Popover /> description
import { Info } from '@gympass/yoga-icons';import { Popover, Icon } from '@gympass/yoga';
<Popovertitle="Make wellbeing universal!"description="Try moving to another spot. Your new favorite activity could be arround the corner."><Icon as={Info} size="large" /></Popover>
import { top, left, right, bottom } from '@gympass/yoga-system';import { Box, Popover, Icon } from '@gympass/yoga';import { Info } from '@gympass/yoga-icons';
<Boxd="flex"alignItems="center"justifyContent="space-between"width="100%"flexDirection="column"margin="0 15rem 0"gap="2rem"><Box d="flex" alignItems="center" justifyContent="space-between" width="100%"><Popovertitle="Position: top-start"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="top-start"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: top-center"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="top-center"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: top-end"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="top-end"><Icon as={Info} size="large" /></Popover></Box><Box d="flex" alignItems="center" justifyContent="space-between" width="100%"><Popovertitle="Position: left-start"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="left-start"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: right-start"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="right-start"><Icon as={Info} size="large" /></Popover></Box><Box d="flex" alignItems="center" justifyContent="space-between" width="100%"><Popovertitle="position: left-center"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="left-center"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: right-center"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="right-center"><Icon as={Info} size="large" /></Popover></Box><Box d="flex" alignItems="center" justifyContent="space-between" width="100%"><Popovertitle="Position: left-end"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="left-end"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: right-end"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="right-end"><Icon as={Info} size="large" /></Popover></Box><Box d="flex" alignItems="center" justifyContent="space-between" width="100%"><Popovertitle="Position: bottom-start"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="bottom-start"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: bottom-center"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="bottom-center"><Icon as={Info} size="large" /></Popover><Popovertitle="Position: bottom-end"description="Try moving to another spot. Your new favorite activity could be arround the corner."width={265}position="bottom-end"><Icon as={Info} size="large" /></Popover></Box></Box>
| Prop | Description | Type | Default | Required |
|---|