This documentation has been split into specialized guides for different use cases:
For frontend developers integrating the UI components and building consent management interfaces:
Covers:
- UI component setup and configuration
- Theme customization
- Consent flow components
- Individual components (AgeSelect, RoleSelect, Profile, Signature)
- Policy management components
- React hooks usage
- Complete integration examples
- Error handling and accessibility
For backend developers setting up the API and data storage:
Covers:
- API package configuration
- Data adapter setup (Cosmos DB and IndexedDB)
- Service integration patterns
- Environment-specific configuration
- Azure Functions integration
- Production deployment considerations
- Testing strategies
- Error handling patterns
For a rapid overview of both frontend and backend setup:
- Backend Setup: Configure your data adapter and start the API package
- Frontend Setup: Configure the API endpoint and start using UI components
- Integration: Connect your frontend components to the backend API
See the respective detailed guides above for complete implementation examples.