elements
elements copied to clipboard
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
As a developer I want to speed up my development workflow and don't want to waste time by moving around components to get a good looking layout. So why we...
### Refactor Request Things grew up over time are now more complex compared to when we started some years ago. Time to think about what needs to have a change....
We want to build a new website design from scratch. Therefor we start with a new mockup. Website should contain the global navigation bar. Storybook is part of that site....
Originated from the following discussion: https://github.com/inovex/elements/pull/595#discussion_r869924676 Currently, we use the decorators of a storybook to render wrapping DIV-Elements and also register our event handlers. This results in the wrappers still...
For our new, we want to integrate the storybook better. This means that we don't have a separate page but the storybook as a subpage. In the general setup, the...
With v13, MDC introduced a new list variant which drastically changes the internal structure of our `` and all its related components. Taken from MDC: > List is currently being...
**Acceptance criteria** * Colors and typography of all components correspond to the design. * Create tasks in the backlog for each component where the implementation deviates from the design specification....
As an inovex-elements user I have the need to have a link component available. I have added a link in 2 places when building the elements landing page, which looks...
### Describe the bug The datepicker is not displayed correctly on iOS devices. See screenshots. ### Expected behavior The datepicker shows only the fields that are visible on desktop. But...
While refactoring the ``, we implemented a new utility to apply focus on render. We should use this utility instead of properties like `autofocus`. => [original discussion](https://github.com/inovex/elements/pull/294#discussion_r603052001) To-Do's: - [...