JSPM

@inseefr/lunatic

2.0.7-v2-main-2023-02-28-14-48-47
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 991
  • Score
    100M100P100Q111710F
  • License MIT

Library of questionnaire components

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 logo

Lunatic

Library of questionnaire components

Lunatic CI npm version Coverage Quality Gate Status License: MIT

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 of

    • test : developments that add tests
    • doc : developments that add documentation
    • fix : developments that fix a issue/bug
    • feat : developments that add new feature
  • This branch has to start from main branch

  • Open a Pull Request ${prefix}/${name} -> main