Pop Over

PRO

You can edit 8 Components for free. Get premium for unlimited access.

Choose between Figma, SwiftUI, React Native or Jetpack Compose Documentation.

Figma

The Pop Over component is used to convey important information or to query permissions.

1. Reference

This component inherits props from the Pop Over.

Prop
Type
Default
icon
true
false
true

2. Illustration

You can edit the icon with the true or false parameter

Image 2.1 : Illustration true

Image 2.2 : Illustration false

SwiftUI

The DLPopOver component is used to convey important information or to query permissions.

1. Reference

This component inherits props from the Pop Over.

Prop
Type
Default
title
"text"

-

description
"text"

-

icon
"icon"

-

leftButtonTitle
"text"

-

rightButtonTitle
"text"

-

leftButtonAction

-

-

rightButtonAction

-

-

2. Icon

You can edit the icon with the "icon" parameter.

Title

Lorem ipsum dolor sit amet, consetetur sadipscing elitr.

Button
Button

Title

Lorem ipsum dolor sit amet, consetetur sadipscing elitr.

Button
Button
DLPopOver(
input: DLPopOverInput(
title: "Title",
icon: "ic_Folder",
description: "To center the map on your current location, update your settings to “always” or “while using”.",
leftButtonTitle: "No thanks",
rightButtonTitle: "Go to settings"
)
) {
} leftButtonAction: {
} rightButtonAction: {
}

DLPopOver(
input: DLPopOverInput(
title: "Title",
description: "To center the map on your current location, update your settings to “always” or “while using”.",
leftButtonTitle: "No thanks",
rightButtonTitle: "Go to settings"
)
) {
} leftButtonAction: {
} rightButtonAction: {
}

Jetpack Compose

This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.

🚧

React Native

This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.

🚧

Discover more content

You have questions or need help?

E-Mail

You want to try?

Test for free

Save time and money?

Get Pro Version