Message Dock

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 Message Dock component is used to display the input field that can be used to write your own messages.

1. Reference

This component inherits props from the Message Dock.

Prop
Type
Default
state
default
active
default

2. Type

You can edit the state with the default or active parameter.

Image 2.1 : Type default

Image 2.2 : Type active

SwiftUI

The DLMessageDock component is used to display the input field that can be used to write your own messages.

1. Reference

This component inherits props from the Message Dock.

Prop
Type
Default
text
"text"

-

2. State

This component inherits props from the Message Dock.

Write a message...

Message

DLMessageDock(text: $text)

Jetpack Compose

The MessageDock component is used to display the input field that can be used to write your own messages.

1. Reference

This component inherits props from the Message Dock.

Prop
Type
Default
text
"text"

-

2. State

This component inherits props from the Message Dock.

Write a message...

Message

MessageDock(
state = MessageDockState.default,
text = ""
)

MessageDock(
state = MessageDockState.active,
text = "Message"
)

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