adding-pages
New Page Guidelines

Creating a new app page

Make sure following guidelines are adhered to when creating a new page.

Use the below code-snippet in vscode to add a new page, short code mtd-page-new

Generating new snippets

Use this tool to generate new snippets https://snippet-generator.app/

Form guidelines

set requiredMark="Optional"

Custom label class

<div className="ant-form-item-label">
  <label
    htmlFor="personalDetails_address"
    className="ant-form-item-no-colon"
    title="Your location, city/state/province/country"
  >
    Business phone
  </label>
</div>