esl icon indicating copy to clipboard operation
esl copied to clipboard

Lightweight and flexible UI component library based on web components technology for creating basic UX modules

Results 184 esl issues
Sort by recently updated
recently updated
newest added

Issue: https://github.com/exadel-inc/esl/issues/1197

bug

There is a `width: 16px` for the scrollbar componet that that affects adjusting the right padding for scrollable content.

bug

As an ESL contributor, I recomend to consider adding `number-leading-zero` rule to stylelint config. As for right now we use both options with leading zero and without leading zero. Expect...

good first issue

As an ESLCarousel consumer, I want to have a smart unified API to change the carousel active slide. It is requested to extend API to the following: ```ts type AbstractItemTraget...

feature
needs assignee

As an ESL architect, I want to be sure that the carousel component have simple and powerful enough API to control carousel state Primary API points and methods: - State...

enhancement
feature

As an ESL consumer, I want to be sure that subscriptions to the frequently dispatched event can be optimized at the library level. **Use case:** ```ts class MyEl { @listen({event:...

under discussion

As an ESL consumer, I want ESLScrollbar to automatically respond on the esl-lock-scroll marker sate It is requested to track esl-scroll-lock marker from #1040 to automatically change esl-scrollbar to be...

waits triage
under discussion
postponed

In the scope of this PR i added promisified version for scrollIntoView(). Parameters: element - the element which should become visible options (Optional) For boolean value: If true, the top...

feature
not ready for merge
under discussion

As an ESL consumer, I want to be able to have promisified versions for scrollIntoView(). Method scrolls the element's parent container such that the element on which scrollIntoView() is called...

feature

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.36.0 to 5.36.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) Changelog Sourced from @​typescript-eslint/eslint-plugin's...

dependencies