components icon indicating copy to clipboard operation
components copied to clipboard

A Web component library that brings the power of TwicPics to your favorite web framework.

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

component: `nuxt3` version: `0.27.1` On nuxt3, during SSR I have a hydration class mismatch caused by tthe removal of `twic-background-done` Exemple of warning message ``` [Vue warn]: Hydration class mismatch...

question

I'm wondering if you plan to publish the v1 version of the library? I'm asking this because under 1.0.0 every fix version number or patch version number is considered as...

I'm working on a UI with draggable interactions, TwicImg does not let me pass `draggable={false}`. This means that on desktop the images get dragged instead of the elements that contain...

enhancement

Hi, It would be nice to support runtime configuration instead of build only. I manage a project with a staging domain and I have to build it separately to handle...

Hello ! I'm a bit stuck on an implementation we want to do. We have a mix of portrait and landscape images that we want to display with a borderRadius....

Adding a crossorigin attribute to image is a good pattern for having content security policy but unfortunately, it's not possible to set this attribute via the `TwicPics` component.

I am currently trying to make an animation of a card. The card has a TwicImg (vue3) component as a background. The card animate a transition between height `100vw` and...

documentation

!!! Based on https://github.com/TwicPics/components/tree/feat/handle-generic-attributes !!!

I will stash all those commits while rebasing...

I'm evaluating TwicPics for my needs and noticed that TwicVideo in react-native hardcodes `isLooping`, `isMuted`, and `shouldPlay` to true. Are there plans to make this configurable? This seems like an...

enhancement