Build full featured Windows fluent UI apps using ReactJS.
npm install react-windows-ui
import { NavBar,NavPageContainer, ..} from 'react-windows-ui'// Be sure to include styles at some point, probably during your bootstraping
import 'react-windows-ui/config/app-config.css'
import 'react-windows-ui/dist/react-windows-ui.min.css'
import 'react-windows-ui/icons/fonts/fonts.min.css'‣ app-config file contains the primary AppColor, Fontfamily used by the app
‣ You can import default app-config using this file app-config.css
OR
Create your own like this
:root {
--PrimaryColor: #6632a8;
/* Change color you like */
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
/* Change fontfamily you like */
}Support it by joining stargazers for this repository. ⭐
react-windows-ui is licensed under MIT license. View license.
Copyright (c) 2021 Vivek Verma



