virtualvivek / react-windows-ui

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
https://virtualvivek.github.io/react-windows-ui/
MIT License
537 stars 44 forks source link

AppTheme onChange props not work #20

Closed thevobos closed 1 year ago

thevobos commented 1 year ago

How can i fix it ?

  <AppTheme
        scheme={"light"}
        onColorChange={() => {alert("as")}}
        onSchemeChange={() => {alert("asa")}}
    />
virtualvivek commented 1 year ago

Hi @thevobos , Could you please share me the version you are using ?

Additionally - are you changing app's primary color/scheme from where ?

thevobos commented 1 year ago

Hi ViVek,

i am use 4.2.0 version and i checked the source code and i saw th e doesn't completed the props the this props operation and after then i looked the your web page and i saw the information about for it props. in my version is not available for using

thank for your quik reply :)