UI Components
DynamicEmbeddedWidget
Summary
This component will render the signup/login UI as well as the user profile all in one on the page. It’s useful as an alternative to DynamicWidget, which first renders a button that brings up the flow.
You can see this component in action on our demo: https://demo.dynamic.xyz/
Parameter | Type | Description |
---|---|---|
background? | 'default' | 'none' | 'with-border' | Specifies what kind of background to apply , defaults to ‘default’. Check the playground section to see the differences. |
className? | string | Allows setting a className to the container component. Note: this does not work when Shadow Dom is enabled! |
style? | CSSProperties | Allows passing explicit style to the container, such as setting a fixed height. |
Playground
See how it works live! Play with the background options to see their effect!
Usage
Was this page helpful?