Package Exports
- @inseefr/lunatic
- @inseefr/lunatic/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@inseefr/lunatic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Lunatic
Library of questionnaire components
The documentation can be found in the docs folder and browsed online.
Storybook is also available online.
Storybook of the future major release under construction is also available online.
Usage
An example of use of Lunatic is available. This simple orchestrator is deployed online.
Editor
A Lunatic Model / Lunatic Editor is avaible online.
How to contribute ?
For developers that's not in InseeFr/Lunatic team
- Fork Lunatic project
For all developers
Create branch with name like
${prefix}/${name}
, where prefix is one oftest
: developments that add testsdoc
: developments that add documentationfix
: developments that fix a issue/bugfeat
: developments that add new feature
This branch has to start from
main
branchOpen a Pull Request
${prefix}/${name}
->main