Losen - a flexible wizard framework
From Norwegian los: a pilot (person who guides ships in and out of a harbour)
The wizard framework contains the logic and building blocks necessary to building wizards large and small.
We use Storybook to document the components. The Storybook is hosted on Firebase at dibk-storybook.
Release a new version of losen
npm version { major | minor | patch }
git push origin master
- Travis will automatically publish when pushed to master
Building a wizard
See the storybook documentation for an introduction to how to build a wizard with the framework.
Tests
Tests are written with jest, and can be run with npm run test
.
Licence
See LICENSE file.