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.
Right not, src/lib/src/api/Appearance.js is not exported and cannot be used with import { Appearance } from "react-windows-ui"; as reported in the documentation.
Importing it with import Appearance from "react-windows-ui/dist/api/Appearance"; works just fine.
Right not,
src/lib/src/api/Appearance.js
is not exported and cannot be used withimport { Appearance } from "react-windows-ui";
as reported in the documentation.Importing it with
import Appearance from "react-windows-ui/dist/api/Appearance";
works just fine.I'm using version 4.2.2 from npm