IntelliWidgets V3
Set-up
installation to get started with intelliprove widgets, include the intelliprove widget bundle in your application this script must be loaded once , in the \<head> of your document the bundle registers all intelliprove web components globally, making them available as custom html elements throughout your application \<script 	type="module" 	src="https //cdn dev intelliprove com/packages/intelli widgets/v3/latest js"> \</script> create your session all intelliprove web components must be wrapped inside an \<ip session> element the session component acts as a global configuration and context provider , making shared settings β such as authentication and languageβ available to all nested intelliprove components key rules & information all intelliprove web components must exist within the descendant tree of \<ip session> they are not required to be direct children and can be nested at any level standard html elements that are not part of intelliprove may also be placed within \<ip session> session properties requirement description action token required required action token of the current session language optional optional language with or without region, e g ( en , en gb ) defaults to the browser language usage