Qlik-powered components built by the Qlik Demo Team (aka Qdt). For use with simple html, Angular6, React 16 and Vue 2
npm install --save qdt-components
Live Demo with the latest additions
Click below to see how you can use qdt-components
We welcome all contributions to this project.
We do not need a signed CLA agreeement.
For a local installation, start with npm install and then npm run start
Before you commit, run npm run lint and that there are no warnings or errors.
Follow the commit message guidelines below
Commit message guidelines
Commit messages should follow the commit message convention .
Type
Should be one of the following:
build: Changes that affect the build system or external dependencies
chore: Changes to build and dev processes/tools
ci: Changes to the CI configuration files and scripts
docs: Changes to documentation
feat: A new feature
fix: A bug fix
perf: A code change that improves performance
refactor: Changes to production code that is neither a new feature nor a bug fix
revert: Reverts a previous commit
style: Changes to code style formatting (white space, commas etc)
test: Changes in test cases of production code