elements
elements copied to clipboard
Lovingly crafted ui components based on web components. Works well with all Frameworks - including Angular, React and Vue.
A few of our components have a `dense` property to display a smaller variant. For input & select such a property would also be useful.
### Bug Report When trying to style an already written line of text within the markdown-editor, the styles seem to be applied to the very last line not matter which...
As a consumer, I expect the tooltip/popover to have a property to control the delay in showing/hiding the element. See [this tippy option](https://atomiks.github.io/tippyjs/v6/all-props/#delay).
### Bug Report The update of the `label` property of the `ino-fab` has no effect (see gif below). I expect the label to be updated when providing a new value...
Now that we have an initial global stylesheet that is available for our consumers (see #154), we should think about which styles we want to provide. Some things need to...
Our release workflow works like this: 1. Run the `prepare-release` workflow (bumps version, generates changelogs, ...) 2. The `prepare-release` workflow opens a PR with the changes mentioned above 3. The...
Now that we have our example projects integrated, it's time to make use of it. In order to spot/fix framework-specific bugs, we should be able to run a script that...
Add "The components" section on the landingpage 
- Review the code in https://github.com/inovex/elements/pull/725 - The workshop page contains three use-cases (navbar, master-detail, search) - everyone has pushed the changes - Clean it up - remove inline styles...
The current E2E testing setup in Stencil relies on its own testing framework, which lacks transparency for debugging purposes and utilizes Puppeteer, known for its slower performance. With https://github.com/inovex/elements/issues/1226 we...