Customise UI
Last updated
Was this helpful?
FormComposerV2 – Dynamic, JSON-driven React form builder used in CCRS for complaint creation and workflow actions.
InboxSearchComposer – A Modular component for search, filter, and displaying inbox data with a table view.
Both are from @egovernments/digit-ui-components the version 0.2.0-beta.45.
Install the dependency in package.json:
json"@egovernments/digit-ui-components": "0.2.0-beta.45"Import:
FormComposerV2:
import { FormComposerV2 } from "@egovernments/digit-ui-components";InboxSearchComposer:
import { InboxSearchComposer } from "@egovernments/digit-ui-components";Last updated
Was this helpful?
Was this helpful?