qld-gov-au / qgds-bootstrap5

MVP development space for Queensland Government Design System (QGDS) Bootstrap 5 implementation, Dist folder located in https://github.com/qld-gov-au/qgds-qol-mvp-release
https://qld-gov-au.github.io/qgds-bootstrap5/
2 stars 3 forks source link

Custom helpers needed #28

Open MitchAnderson93 opened 3 months ago

MitchAnderson93 commented 3 months ago

List of custom handlebars helpers to reduce code:

Examples we can re-use:

[QH helper modules](https://github.com/Qld-Health-Online-Team/design-system/blob/master/src/helpers/Handlebars/ifCond.js)

duttonw commented 2 months ago

Hi @MitchAnderson93 ,

do you think if its a good idea to split the handlebars out as a library npmjs module to be imported as they look generic enough to be its own module.

https://github.com/search?q=repo%3AQld-Health-Online-Team%2Fdesign-system+helpers&type=code&p=3

Your thoughts?