@1doc3/synapse-viewer
v0.2.32
Published
## Project setup ``` yarn install ```
Downloads
97
Keywords
Readme
synapse-viewer
Getting started
Just add the component
import SynapseViewer from '@1doc3/synapse-viewer'
export default {
components: { SynapseViewer },
...
}
Properties
- data: array[SynpaseQuestion]
[
{
type: 'info',
group: 'init',
title: 'Antes de iniciar tu consulta, responde las siguientes preguntas para que el doctor te pueda dar una mejor orientación. Te pedimos sinceridad, recuerda que esto no te limitará el acceso médico.',
answer: null,
titleStyle: 'normal',
validations: [],
questionData: {}
},
{
id: '1',
type: 'singleSelection',
group: 'init',
title: '¿Has tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
answer: 1,
titleStyle: 'small',
validations: [
'required'
],
patientTitle: '¿La persona por la que consultas ha tenido contacto directo en los últimos 7 días con alguna persona con COVID-19 confirmado con prueba?',
questionData: {
options: [
{
label: 'Si',
value: 1
},
{
label: 'No',
value: 2
}
]
}
},
]
Project setup
npm i
Compiles and hot-reloads for development
npm run serve
Compiles and publish changes
First of all, login with your npm account associated with @1doc3. Then increments the version on package.log file and...
npm run build
npm publish
Lints and fixes files
yarn lint
Lints and fixes files
yarn lint