magento2-alpaca-components
magento2-alpaca-components copied to clipboard
Components library of Alpaca design system crafted for ecommerce
Add info which browsers we are supporting in this theme. Add this info to reamde
We should add transition to tab component. it's necessary to change `display` to `visibility` and calculate `height` content.
Accessibility / semantics issue.
I think we should add logic to script to add --disabled mod for arrow in cases where: Slides: 4 On mobile: show 2 per page On desktop: show 4 (no...
Few updates to `modal`, I've worked with it in other project and have some issues to repair. First in `modal.hbs`: - importing trigger change to ``` {{#if trigger }} {{...
We have in fact not editable `radio` element. I think to add some classes in the main tag and in kids. And the major problem is when you want to...
Currently they are in elements (I've moved them in the beginning when we removed form module). We have few option: 1. use classes fieldset and fieldset__legend everytime we want alpaca...
I think we should try to create svg sprite for css background icons -we need to use it sometimes, for example in `rating` component - check if it will work,...
Must dive deep into dashboard modules and views b/c there we have some outdated code. No variables, outdated design. In fact, nothing looking good there and we must refactor this...
We should change for example dropdownItem to dropdownItems and in line 76 and 77 dropdownItems to dropdownMediumOpenItems and perhaps few more things