cssui icon indicating copy to clipboard operation
cssui copied to clipboard

A collection of interactive UI components in pure CSS

Results 11 cssui issues
Sort by recently updated
recently updated
newest added

Autocomplete text input https://stackoverflow.com/questions/13568609/autocomplete-text-input/19779010#19779010 https://demo.agektmr.com/datalist/

enhancement
help wanted

Create a range slider by using `` References: - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range Examples: - https://codepen.io/ShadowShahriar/pen/zYPPYrQ?editors=1100 - https://codepen.io/vsync/pen/mdEJMLv - https://freefrontend.com/css-range-sliders/

enhancement
status: merged

We'd consider adding the progress bar component based on this inspiring solution: https://codepen.io/t_afif/pen/dyzgwOa

enhancement
question

The fullPage slider creates a full-width, scrollable section. The user could set-up the slider direction (x o y).

enhancement
status: merged

Create the Carousel component using `scroll-snap` CSS feature.

enhancement

Please provide a link to a single minified CSS stylesheet on some CDN, e.g. [CDNJS](https://cdnjs.com/) or [jsDelivr](https://www.jsdelivr.com/). All CSS frameworks should have it.

enhancement

Indicate scrolled sections in a pure HTML/CSS solution. Here an interesting demo: https://css-tricks.com/indicating-scroll-position-on-a-page-with-css/

enhancement
question

We should configure [prettier](https://prettier.io/) and [stylelint](https://stylelint.io/) to consistently format the code cross-IDE and cross-contributor.

enhancement

Do some research on datepicker components learning more on interactions, accessibility and javascript requirements

enhancement

The website in dark mode presents some layout bugs. We should fix them before the launch.

bug