Elain T.
Elain T.
@damienwebdev I created a separate issued for it. Blocked by #3937
Blocked by #1412 and #3508. Theming for a component is buggy. Trying to write document the `daff-illuminate` function made me realize that it does not work as intended, and we...
Blocked by #3405. Hard to explain how to create a custom component without core theming mixin docs.
@griest024 docs doesn't show up even if I add params docs.
A design example would be: http://next.daff.io/docs/design/components/toast?tab=api-tab#providedafftoast `config` has docs.
@griest024 reopening since this still isn't working on some pages. https://next.daff.io/docs/design/components/toast?tab=api-tab#providedafftoast has param docs, but it's still not showing up. https://next.daff.io/docs/api/product-composite/driver/magento/transformMagentoBundledProductItemOption seems to be working though.
via css: - hide 2nd to second to last items on mobile Proposed new usage: ``` Breadcrumb Label ``` Last breadcrumb item should not be clickable/linked. Last breadcrumb item should...
The UI in the PR is complete, but there is still some buggy behavior that needs to be looked at. (e.g. the ellipsis to activate menu does not always work)
``` @for (breadcrumbItem of breadcrumbItems; track breadcrumbItem) { } @for (breadcrumbItem of breadcrumbItems; track breadcrumbItem) { } ``` Breadcrumbs outside of menu disappear when menu activator is clicked. Mobile -...
Blocked by #3998