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 The icon size in this page is too small: ![image](https://user-images.githubusercontent.com/1384036/52050083-61eac080-258a-11e9-858b-250a0c258740.png) The correct size should be: ![image](https://user-images.githubusercontent.com/1384036/52050109-762ebd80-258a-11e9-91cd-3f140d1fa89c.png) The icons in FDS is based on a 32\*32 grid and...

### Problem description ### Link to minimal working code that reproduces the issue ### Versions - React-UWP: Same version as react-uwp.com - React: Same above - Browser: Microsoft Edge 44.17763.1.0...

### Versions * React-UWP: Same version as react-uwp.com * React: Same above * Browser: Microsoft Edge 44.17763.1.0 ![intptr 2](https://user-images.githubusercontent.com/1384036/52049589-2b607600-2589-11e9-9d42-741f8aaabc47.gif)

### Problem description After updating to 1.2.2, getting below error. If i only import button from module. it throws error. ### Code `import Button from "react-uwp/Button"; ` ![error4](https://user-images.githubusercontent.com/12642711/46196788-98d37000-c325-11e8-822c-ee5a254a2907.jpg) ### Versions...

bug

### Problem description On the readme of TextBox it says "It's typically used to capture a single line of text, but can be configured to capture multiple lines of text",...

enhancement

### Problem description Hi thanks for the library. Love the style, I'm missing 24 hour clock and onChangeTime doesn't receive anything. The AcceptLegacy button needs ` onChangeTime(currHour,currMinute)` on line 237...

### No RadioButtonGroup?? In RadioButton component, it mentioned about RadioButtonGroup. I've tried to search for it, but it turns out nothing. Without it, the RadioButton would be useless. Is it...

enhancement

``` Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdnjs.cloudflare.com/ajax/libs/react-uwp/1.1.0/fonts/segmdl2.eot. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). ``` FireFox seems to have this issue and can be...

bug

### Problem description Simple app won't build due to typings issue. The error at the end of the Webpack build process is: ``` ERROR in [at-loader] ./node_modules/react-uwp/Image/index.d.ts:18:18 TS2320: Interface 'ImageProps'...

### Problem description The official site has really pool performance ### Link to minimal working code that reproduces the issue https://www.react-uwp.com/ ### Versions - React-UWP: You know - React: You...

enhancement