Components
There are 2 types of components exported for each service:
Button
Form
Button
You can place the button anywhere inside the app and on clicking the button opens up a modal with the Form inside.
The button accepts an optional prop title
, which accepts a string
to display the custom modal Form title.
Example:
Result :
Form
You can import the Form component like this:
Result :
Last updated