๐ŸŸชUI Components

Abstracting the UI into Building Blocks / Components with Databutton

Databutton can break down the UI into reusable components. Using an UI component-based approach, improves prototyping and reusability, and helps Databutton to understand the code better, preventing errors.

Each UI components can be imported to the UI Pages via prompting. UI components can be easily tagged using the hashtag (#) shortcut. Example prompt,

Add my UI Component #AuthWrapper to this page.

Preview your UI components before integrating them into the main app for perfect fit.

Last updated