Skip to content

Conversation

MonaAghili
Copy link
Member

@MonaAghili MonaAghili commented Nov 19, 2024

Summary:

  • Add variant gradient and bordered
  • Modify colors add support of dark mode
  • Add a new prop show_arrow to help user control showing of arrow of popover

Example usage of show_arrow

If you do not set this property, it will be set to true and the arrow will appear

<.popover>
   <.popover_trigger></.popover_trigger>
   <.popover_content show_arrow={false}></.popover_content>
</.popover>

<.popover>
   <.popover_trigger></.popover_trigger>
   <.popover_content show_arrow={true}></.popover_content>
</.popover>

Close #116

@MonaAghili MonaAghili self-assigned this Nov 19, 2024
@shahryarjb shahryarjb added this to the 0.0.2 milestone Nov 19, 2024
@shahryarjb shahryarjb changed the title Feat: Add gradient and borderd variants Feat: Add gradient and borderd variants of popover Nov 19, 2024
@shahryarjb shahryarjb merged commit 712c444 into mishka-group:master Nov 19, 2024
@MonaAghili MonaAghili deleted the 0.0.2-popover-colors branch November 19, 2024 12:42
@shahryarjb shahryarjb mentioned this pull request Nov 22, 2024
81 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestion: Popover arrow color customization and removal
2 participants