Skip to main content

Thanks And Notices

======= INTRO_PARAGRAPH =======

What is Thanks And Notices?

Thanks And Notices is a core element in Hosanna UI that ======= SHORT_DESCRIPTION =======.

✍️ Basic Usage

Thanks And Notices allows you to ======= BASIC_USAGE_DESCRIPTION =======

Thanks And Notices

@view('ThanksAndNotices')
export class ThanksAndNoticesView extends BaseExampleScreenView<ThanksAndNoticesState> {

  protected getViews(): ViewStruct<ViewState>[] {

    // --- edit below ---

    return [
      VGroup([
        HGroup([
          Rectangle({
            width: 100,
            height: 100,
            color: '#FF0000',
          }),
          Rectangle({
            width: 300,
            height: 100,
            color: '#00FF00',
          })
        ]).itemSpacing(30),
        Spacer({ height: 50 }),
        HGroup([
          Rectangle({
            width: 100,
            height: 100,
            color: '#FF0000',
          }),
          Rectangle({
            width: 300,
            height: 100,
            color: '#00FF00',
          })
        ]).itemSpacing(30)
      ])
    ]

    // --- edit above ---
  }
}
Tip: =======TIP_TITLE=======

=======TIP_CONTENT=======

⚙️ Key Props & Methods

Key Props
  • ======= PROP_1: PROP_1_DESC =======
  • ======= PROP_2: PROP_2_DESC =======
  • ======= PROP_3: PROP_3_DESC =======
  • ======= PROP_4: PROP_4_DESC =======
  • ======= PROP_5: PROP_5_DESC =======

🧪 Advanced Features

Advanced Usage
  • ======= ADVANCED_FEATURE_1: ADVANCED_FEATURE_1_DESC =======
  • ======= ADVANCED_FEATURE_2: ADVANCED_FEATURE_2_DESC =======
  • ======= ADVANCED_FEATURE_3: ADVANCED_FEATURE_3_DESC =======

Additional Example:

// ======= EXAMPLE_CODE ======= //

Learn More

// ======= TEST DOCView API Reference ======= //