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 am writing to write an application with react, react-router and react-uwp. If I am including react-router 'Link' component, it is not working(throwing errors.). When I replace...

bug

I am working on NextJS project (server side rendering) On link https://www.react-uwp.com/server-side-rendering Sample code says `needGenerateAcrylic={false} // if using SSR, set this config to false, using fallback color` But that's...

**Uncaught TypeError: Cannot convert undefined or null to object** When trying to change theme using local state(Toggling between 'dark' and 'light' ) gives error and UI breaks when loading page...

https://codepen.io/rauldronca/pen/WMayrP I just found this demo, and the effect may be modified and make it looks like FDS's light effect for buttons, is it possible?

enhancement

Hi, myxvisual I read the source code of this project recently. And I have a question about icon component, what the difference between text and span to render icon ?...

I need a way to call and show Toast notifications by code, i mean something like the ant design notification https://ant.design/components/notification/ ```javascript import { Button, notification } from 'antd'; const...

On TimePicker component the "onChangeTime" callback does not work, it seems that it does not exist. I tried with simple console.log in order to show hours and minutes but nothing...

bug

**Describe the bug** I intend to add onClick event in NavigationView, which uses SplitViewCommand as it children elements. So it will be like this as the examples: ```js const navigationTopNodes...

enhancement

从[源码](https://github.com/myxvisual/react-uwp/blob/bb75737f46bc022c79535f98367f89a78cfda8b7/src/NavigationView/index.tsx#L182)上看,NavigationView内部自己管理哪些navigationNodes要处于visited的状态 但有时候,NavigationView的调用者并不希望有visitied效果,比如windows10的开始菜单,底部的按钮有的是'链接'(如设置),有的会点击后会出现菜单(如关机). 但目前,NavigationView总是会有visited效果 ``` ``` 在看`NavigationView`源码之前,我认为只要给`SplitViewCommand`的`visited`设置false,就不可能被visited

enhancement

Loading so many complex components at once will make the index runs not so smooth, which will make the user feel that the library is not very reliable. And the...