react-uwp icon indicating copy to clipboard operation
react-uwp copied to clipboard

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.

Results 65 react-uwp issues
Sort by recently updated
recently updated
newest added

### Problem description I'm trying to create a modal with form inputs like so: ![image](https://user-images.githubusercontent.com/11340779/42068707-a41266bc-7b1b-11e8-8acd-788df8bd7c2a.png) I'm using the `ContentDialog` currently: ```javascript ``` but that leaves a massive gap where the...

### Problem description ``` ..... ``` 当有背景图,且needGenerateAcrylic为true(默认为true),切换黑白主题时会出错 ``` theme.saveTheme( getTheme({ themeName: theme.themeName === "light" ? "dark" : "light", accent: theme.accent, useFluentDesign: theme.useFluentDesign, desktopBackgroundImage: theme.desktopBackgroundImage }) ) ``` 出问题的代码在[这里](https://github.com/myxvisual/react-uwp/blob/eb3ae68dea548e2df72b19ae502801bb8934661b/src/Theme/index.tsx#L264) cacheDarkAcrylicTextures ,cacheLightAcrylicTextures...

### Problem description They way DropDownMenu is currently built, it won't work with a lot of form libraries. Also, it has severe restrictions that a standard `` has not. Three...

### Problem description 使用`create-react-app --scripts-version=react-scripts-ts`创建的空项目 使用readme的代码 编译时出现的问题 ``` "dependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", "react-scripts-ts": "2.10.0", "react-uwp": "^1.1.8" }, "scripts": { "start": "react-scripts-ts start", "build": "react-scripts-ts build", "test": "react-scripts-ts test...

I am trying to use Electron-react-boilerplate with React-UWP. but React-UWP doen't work when I run above project. I cannot find css according to React-UWP component. I found there are differences...

### Problem description Styles provided by hoverStyle property are not applied. ### Link to minimal working code that reproduces the issue https://www.react-uwp.com/Styles/Styling-Components Hovered button has has the same color as...

### Problem description When I set background image it shows: "TypeError: Cannot convert undefined or null to object" ``` return ``` Here is whole error message: ``` TypeError: Cannot convert...

hi! thanks for the exceptional work! Is there any possibility of adding an SVG file as an icon in the SplitViewCommand? Thank you! Sorry if I'm posting in an inappropriate...

https://www.react-uwp.com/components/listview Click, and holding on any item in the Listview, all the background of the elements was the same and in the wrong position, the background of these elements was...

bug

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies