-
### Acceptance Criteria
The demo should show more combinations of buttons. At this moment it looks like the only valid appearance is with Primary Buttons, when in fact other Colours are also valid.…
-
If we import a component which is not used, the optimizer should remove the reference to reduce the size of bundle.
```
import { Button, ButtonGroup } from '@ubeac/svelte'
Submit
```
Should…
-
I suggest you my whole component : Editable
I think we will need to make some adjustments like using Typescript.
Here is the entire code :
Editable.js
```jsx
import React, { Fragment, useSt…
-
When using with babel@^7.0.0 everything works fine except of the MessageBox-Component of Vue elementUI:
`Uncaught ReferenceError: _MessageBox is not defined`
main.js:
```javascript
/*
* …
-
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.spec.SecretKeySpec;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.eve…
-
```
It would be useful to have the possibility to remove elements from the
VerticalConfigurationPanel in the JSurfacePanel class.
Or alternatively to automatically remove the ButtonGroup with the cu…
-
```
It would be useful to have the possibility to remove elements from the
VerticalConfigurationPanel in the JSurfacePanel class.
Or alternatively to automatically remove the ButtonGroup with the cu…
-
### Godot version
4.0
### System information
Windows 10
### Issue description
Note: This may apply to other subresources which were embedded in a scene rather than saved separately. I can updat…
-
`Button` has the following constructor:
```python
def __init__(self, *args, small=False, active=True, style="primary", **kwargs):
```
where it appears that the named argument `active` will be taki…
-
Look at the app in its current state with a designer and assess:
- layout (large desktop screens especially)
- color
- responsiveness
Make any issues to address feedback and tackle those befor…