Skip to content
On this page

Skintone Selector

Enables users to customize their skin tone using a dynamic tone-adjustment slider

Launch Configuration

Currently maintained within a grouped questionnaire

js
import ethnicity from '@visiontree/mfx-resources/fhir/questionnaire/ethnicity_questionnaire.json'

export const config_dev: Launch = {
  forms: {
    sources: [
      ethnicity,
    ] as fhir4.Questionnaire[]
  }
}

Demo

INFO

Coming soon...