The project contains the Government of Alberta UI components. The output packages support multiple model frontend frameworks, such as React, Angular and Vue.
The design system team is using “Discussions” in the UI-components GitHub repository for managing the creation and assessment of new ideas for platform components, services, and capabilities.
Before creating a new discussion topic, check the discussion board for any existing ideas that may match yours. If there is a good match, please add your examples and comments to the existing discussion instead of creating a new one.
Add a new discussion topic
If a related discussion topic already exists please join in the discussion!
Provide a high-level description, relevant links and examples of the idea to the discussion topic.
Socialize your discussion topic with your colleges to help refine and drive out contexts and use cases. If possible have those team members join the “discussion”.
“Vote” on the topics that you think are the highest priority.
Discussion topics that have the most votes and/or input from a number of different team members will be evaluated every two-week cycle by the Design System team. Those items that
Discussion topics that have the most number of votes and/or input will be evaluated
Opportunities are assessed against WIP limits.
After an assessment, selected “discussions” will be transitioned to “issues” and assigned and prioritized in the different “project” views (Figma, Angular, React, etc.)
Library | Description |
---|---|
core-css | Library of core CSS, SCSS, SVGs, and JavaScript. Published to NPM @abgov/core-css. |
angular-components | Library of components for Angular. Published to NPM @abgov/angular-components. |
angular-material-components | Library of themed components for Angular Material. Published to NPM @abgov/angular-material-components. |
vue-components | Library of components for Vue. Published to NPM @abgov/vue-components. |
react-components | Library of components for React. Published to NPM @abgov/react-components. |
shared/storybook-common | Library containing stories and elements common to all library storybook documentation. |
shared/common | Library containing common javascript which will be used by all ui frameworks. |
core-css | Library containing common scss which will be used by all ui frameworks. |
samples | Sample applications showing how to integrate the NPM packages into each library type. |
To build all libraries and applications run npm build:all
.
To build only changed libraries and applications run npm run affected:build -- --base=branchtocompareagainst
.
To build the storybooks run npm run build:storybook
or choose and individual storybook npm run build:UIPROJECTNAME
.
There are currently no applications.
To run a storybook run npm run run:angular-storybook
or npm run run:vue-storybook
or npm run run:core-storybook
or npm run run:angular-material-storybook
or npm run run:react-storybook
.
To run all of the available unit tests run npm run test:all
.
To run only the current affected tests run npm run affected:test -- --base=branchtocompareagainst
.
To run e2e tests run npm run affected:e2e -- --base=branchtocompareagainst
.
Name | Website URL | Openshift Home |
---|---|---|
test | Click | Click |
dev | Click | Click |
prod | Click | Click |
Current stable release can be found tagged with @latest. Beta functionality can be found tagged with @next.
Package | URL | Documentation | Comments |
---|---|---|---|
@abgov/angular-components | @abgov/angular-components | Click | Angular based components. |
@abgov/angular-material-components | @abgov/angular-material-components | Click | Angular material themed components. |
@abgov/vue-components | @abgov/vue-components | Click | Vue based components. |
@abgov/react-components | @abgov/react-components | Click | React based components. |
@abgov/core-css | @abgov/core-css | Click | CSS and SVGs for HTML based components. |
To allow for project specific formatting the follow extensions are required
- octref.vetur
- esbenp.prettier-vscode