UI Component
UI Component
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:
Controlling UI Components
Once you have completed the SDK initialization, you can control the UI with simple function calls.
open
You can open a component UI using the open
function of the furo
object.
close
You can close a component UI using the close
function of the furo
object.
API
furo.open(type, options)
Specifies the type of UI component: “login”
UIComponentConfigs
may vary depending on the component type.
Please refer to each UI component for its properties.
furo.close(type)
Specifies the type of UI component: “login”
Was this page helpful?