4.2.2 • Published 8 months ago

react-windows-ui v4.2.2

Weekly downloads
129
License
MIT
Repository
github
Last release
8 months ago

Status

Features

  • Provides Native feel Windows UI Controls.
  • Comparably small CSS file size.
  • Cleaner HTML.
  • Works with any Routing Library.

Works with

         

Getting Started

npm install 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/winui-icons.min.css";

🚀 See App.js code & more »

Usage

import { Button, InputText } from "react-windows-ui";

const App = () => (
  <>
    <Button type="primary" value="Press Me" />
    <InputText placeholder="Enter a text" />
  </>
);

Run Locally

git clone https://github.com/virtualvivek/react-windows-ui.git
cd react-windows-ui
npm install
npm start

Find this project useful? :heart:

Support it by joining stargazers for this repository. :star:

License

react-windows-ui is licensed under MIT license. View license. Copyright (c) 2021-22 virtualvivek.

4.2.2

8 months ago

4.2.1

1 year ago

4.1.0

2 years ago

4.2.0

2 years ago

4.0.8

2 years ago

4.0.5

2 years ago

4.0.4

2 years ago

4.0.7

2 years ago

4.0.6

2 years ago

4.0.1

2 years ago

4.0.2

2 years ago

4.0.0

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago