IQUI Elements is based on Bootstrap and has it's functionality implemented via Angular CDK.
See live documentation here: GitHub Pages
Since IQUI-NGX is built on top of Bootstrap and Angular CDK, any project importing and using the IQUI Elements Library, needs to also include the following SCSS files:
// Bootstrap style imports
@import '~/node_modules/bootstrap/scss/bootstrap';
// Import angular CDK structural styling
@import '../../../node_modules/@angular/cdk/overlay-prebuilt.css';
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
When reporting issues, please keep to provided templates.
Before reporting issues, please read: GitHub Work-Flow
For work-flow and general etiquette when contributing, please see:
Please accompany any work, fix or feature with their own issue, in it's own branch (see Git Source-Control Work-Flow for branch naming conventions), and once done, request merge via pull request.
When creating issues and PRs, please keep to provided templates.