-
Could we tap into the following props?
`this._glass = document.createElement("div");
this._glass.style.zIndex = "998";
this._glass.style.position = "absolute";
this._glass.style.backgroundColo…
-
The Button customizer currently lacks Jest tests. We need to add tests to ensure its functionality and reliability.
**Tasks:**
- Identify the key functionalities of Button customizer.
- Write unit t…
-
### UnoCSS version
from 0.61.7 to latest (0.62.2)
### Describe the bug
If I load a custom SVG for an `i-custom-arrow` icon with this preset config:
```ts
presetIcons({
collections: {
…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v20.15.1
- Nuxt Version: 3.13.2
- CLI Version: 3.13.2
- Nitro Version: 2.9.7
- Package Manager…
-
### Provide a general summary of the feature here
I creating customContext menu and need to pass `onConextMenu`to the Tab
### 🤔 Expected Behavior?
```
```
### 😯 Current Behavior
pr…
-
**Is your feature request related to a problem? Please describe.**
Searching through the docs I could not find a way how to lock form items or disable their interactivity.
**Describe the solutio…
-
I am trying to add custom arrow in project that uses typescript for all other components like Int, KetName I found interfaces to use but for Arrow component can't find interface that would include da…
-
Yo ✌️
I have had issues trying to use custom props inside tof a variant.
```javascript
const customProp = system({
rounded: {
property: "borderRadius",
scale: "radii"
}
});
…
-
I'm trying to implement a custom block for the Isolated Block Editor outside of WordPress (I want to use Gutenberg for a web app that is NOT based on WP).
The editor works fine, but I'm unable to cre…
-
- `mdx-bundler` version: 7.0.0
- `node` version: 14.18.1
- `npm` version: 6.14.15
Relevant code or config
Here's how I handle an MDX file with `mdx-bundler`:
```js
import { bundleMdx }…