storyblok-toolkit
storyblok-toolkit copied to clipboard
Batteries-included toolset for efficient development of React frontends with Storyblok as a headless CMS.
**Is your feature request related to a problem? Please describe.** Currently the `Image` component parses the `originalWidth` and `originalHeight` from the Storyblok image URL within `getImageProps` and returns them for...
I know this library is not specific to Next.js but since it does have some Next.js-specific features I think it would be nice to have a component and/or hook to...
This is a proposal to enhance the implementation of #24. Here a second state is used to hide the placeholder (remove from DOM) once the transition has ended. Hope it...
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. Release notes Sourced from axios's releases. v0.21.4 0.21.4 (September 6, 2021) Fixes and Functionality: Fixing JSON transform when data is stringified. Providing backward compatibility...
closes #23
**Is your feature request related to a problem? Please describe.** At the time of writing the image component uses the `focus` parameter only for passing it to the Storyblok API...
**Describe the bug** The blurred placeholder is visible in Safari Reader mode besides the desired full image. **To Reproduce** Steps to reproduce the behavior: 1. Place image on a page...