UI Components Ready for Immediate Use
Furo JS provides UI components that are ready to use right out of the box.
You can immediately utilize various features related to login and user management without any additional implementation.
The available UI components include:
Once you have completed the SDK initialization, you can control the UI with simple function calls.
You can open a component UI using the open
function of the furo
object.
You can close a component UI using the close
function of the furo
object.
Specifies the type of UI component: “login”
UIComponentConfigs
may vary depending on the component type.
Please refer to each UI component for its properties.
Specifies the type of UI component: “login”