You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking it would be helpful to add labels to our stories that let users know if there is additional scss or js required for the component. Then the user will know if they need the scss partial or import the js. We could even have templated documentation for this, similar to how bootstrap-vue has a "importing as a component" docs for all of their components: https://bootstrap-vue.org/docs/components/alert#importing-individual-components
This is helpful for those who are using components a la carte, which we are currently do for WCP and WWW.
Dependencies to note, and include path to files if relevant:
scss
js
any other package dependencies (swiper.js for carousels, etc)
The text was updated successfully, but these errors were encountered:
Ideally we'd find a way to automate this. Some pathways:
Use react components in our docs to auto-generate this somehow. We're already using some custom react components to generate our component overview TOCs.
I was thinking it would be helpful to add labels to our stories that let users know if there is additional
scss
orjs
required for the component. Then the user will know if they need the scss partial or import the js. We could even have templated documentation for this, similar to how bootstrap-vue has a "importing as a component" docs for all of their components:https://bootstrap-vue.org/docs/components/alert#importing-individual-components
This is helpful for those who are using components a la carte, which we are currently do for WCP and WWW.
Dependencies to note, and include path to files if relevant:
The text was updated successfully, but these errors were encountered: