You can find a working version of the full application here.
To get started with using the FAD SAAS Widget application on your HTML page, you will need three items:
/search/doctors
.Once added to the page, your code snippet should look like this:
<fad-lite-landing-page configuration-url="/fad-lite/vmfh/pnw/fad-configuration.json" base-url="/" fad-base-url="/example-application/vmfh/pnw">
</fad-lite-landing-page>
Please note that the order of the elements is important, and the custom element should come first.
There are options available to further customize the behavior of the application. They are added as attributes on the custom element that you included in the browser, and are not required for the component to function.
Attribute | Description | Type |
---|---|---|
configuration-url |
Path to the JSON file that you provide | string |
fad-base-url |
Path for FAD SaaS landing page | string |
Attribute | Description | Type |
---|---|---|
configuration-url |
Path to the JSON file that you provide | string |
fad-base-url |
Path for provider-cards page | string |