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
It would be great to have a standardized format so that we can implement an installer/manager for web components/custom elements.
This will offer the possibility to create an ecosystem of Joomla elements.
The text was updated successfully, but these errors were encountered:
Just to explain what we try to achieve here: this repo's purpose is to provide a replacement for the bootstrap components (modals, dropdowns, accordion, tabs etc) so that Joomla 4 can satisfy the need for a11y compliance. That is the main purpose as a side effect but also important reason is that we drop the jQuery dependency and also we simplify and reduce the needed code (eg tabs include the tabs-state script). So this repo will not cover every aspect of the Joomla's UI, just the basic interactive UI components. Then again the work is not ending in this repo, so in the main repo, our target is to replace all the Form Fields scripts (https://github.com/joomla/joomla-cms/tree/4.0-dev/media/system/js/fields) with custom elements and we already started this process with the media field: https://github.com/joomla/joomla-cms/tree/4.0-dev/build/webcomponents/js/field-media
It would be great to have a standardized format so that we can implement an installer/manager for web components/custom elements.
This will offer the possibility to create an ecosystem of Joomla elements.
The text was updated successfully, but these errors were encountered: