Organisms
Last updated
Last updated
Component that displays the account's information (title, subtitle, value) and can be pressed.
Renders form content and handles input submission and loading.
By default, it contains an About
Menu Item under the Settings
section that redirects to the About Screen.
It also fetches the documents under the category of 'settings'
to the API. So each document retrieved from the API will be displayed as a Menu Item dynamically in the Settings
section.
Each document should contain a content with type url or pdf. This links/documents from the API are opened in the Setting Document Screen.
Redux state management of these documents are handled by contentsDocuments slice.
Renders content within the safe area boundaries of a device and automatically applies padding to reflect the portion of the view that is not covered by navigation bars, tab bars, toolbars, and other views.
This view supports different default states, so indicates error, warning, success, refresh, etc.
Renders a toast component to show a message.
Component that renders a set of toast notifications examples.
Component that renders information on card layout.
View that displays detailed results of a process.
Displays results in a view.
Renders web content in a native view layout.