-
1. 基于 [Mantine UI](https://ui.mantine.dev/) 进行组件设计
2. 保持多端适配
-
### What package has an issue
@mantine/core
### Describe the bug
Trying to build Nextjs 13 with Mantine UI gives following error:
Type error: Type 'OmitWithTag' does not satisfy the constraint '…
-
**Is your feature request related to a problem? Please describe.**
Sorting a column should be a 3-state button(asc, desc, no sort) instead of 2-state(asc, desc).
For example:
https://mui.com/x/rea…
-
### What package has an issue
@mantine/core
### Describe the bug
Consider the following code.
```tsx
import React, { useState } from 'react';
import ReactDOM from 'react-dom/client';
import {…
-
### What package has an issue
@mantine/core
### Describe the bug
Components doesn't work the same way when we are using them inside modals using `openModal`. it's like the state is changing but UI …
-
Again Sunday and I had some time to reflect the existing Frameworks/Libraries 😉
In my eyes Reshaped becomes more and more the MVP for an easy to start Framework that will fit well for probably 70% to…
-
Aiming as close as possible to 1:1 in terms of looks while keeping everything manageable.
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code…
-
-
**Is your feature request related to a problem? Please describe.**
The DataTable component does not support inline row edits. Inline edits are more desirable for enterprise-based applications. We can…