-
Hi everyone,
first of all, thanks a lot for your hard work.
I have a Laravel project end I am integrating EditorJS and your header tool. This is my configuration so far:
```
const editor = ne…
-
Static pages are all pages that usually never change. For this project we have the following
For all stylings you will use ChakraUI components. Avoid creating vanilla HTML tags.
You have freedom to …
-
The hero button changes color when hovered over, becoming a light color. This makes the color of the text nearly impossible to see. This background change seems to be native to chakraUI's button compo…
gbj3 updated
11 months ago
-
### Description
Padding error in last blog post in responsive mode
### Play
1-https://carlosazaustre.es/workspace
2-Active Responsive Mode or see from the mobile
### Screenshots
![Screenshot…
-
Hi, so currently all other chakra controlElements from `@react-querybuilder/chakra` are able to pass in chakra style props for styling
Example:
```
const baseChakraControlElements: Partial = …
-
### Description
I'm using a drawer component, it uses useDisclosure, which is not working and is throwing the error:
Unhandled Runtime Error Error: (0 , chakra_ui_react__WEBPACK_IMPORTED_MODULE_2…
-
At the moment Navigation is a Chraka HTML Three component. Because we are using useScroll from drei, this makes the HTML a very bad choice for our Canvas.
Therefore, we should create a "Guide navi…
-
### Description
When I use the hero template, I expect to be able to set the width of the Box (using minW="100%" but the css inspector shows there are styles imposed that I can't find a way to overr…
-
I get a hydration error when I try to use the **** tag. I haven't found a good solution for this so far.
layout.tsx
```ts
import "./globals.css";
import "@radix-ui/themes/styles.css";
import ty…
-
### Description
When im using the defaultIndex prop of the Accordion i expect the panel to be rendered opened at first
### Link to Reproduction
Here you can see the flow, so no user interacti…