webforj / webforj-docs

https://documentation.webforj.com/
0 stars 1 forks source link

Document webforj-loading component #176

Open hyyan opened 2 months ago

hyyan commented 2 months ago

PR: https://github.com/webforj/webforj/pull/637

Loading

  1. What is the Loading Component?

  2. Basic Syntax to Build a Loading Component

    • Provide an example of how to create a basic loading component.
  3. Scoping the Component to Its Parent

    • Explain how to limit the loading component's scope to its parent element, such as a div.
  4. Backdrops

    • Describe how to enable/disable backdrops for the loading component.
  5. Loading's Spinner Component

    • Explain that the loading component can include an optional spinner.
    • Provide an example of how to integrate a spinner within the loading component.
  6. Themes (Styling)

    • Show different styling options for the loading component, including themes.
    • Provide a demonstration of how to apply and customize these themes.