andre-lergier
andre-lergier
While trying out Component Blocks I wanted to use different [Form Fields](https://keystonejs.com/docs/guides/document-fields#form-fields). In the file `component-blocks.tsx` I have the following code to use a normal text field (`fields.text()`). ```js import...
Since Version 2 unfortunately the plugin doesn't work very reliable anymore. With the following code the plugin adds the class to the elements which are already in the viewport on...
After the usage of styling within `css` function (`ThemedCssFunction`) the syntax highlighting breaks. Here an example with a simple `Text` component for a Typescript Next.js application. **Correct Highlighting:** **Highlighting after...