GithubHelp home page GithubHelp logo

00mjk / react-windows-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from virtualvivek/react-windows-ui

0.0 0.0 0.0 5.28 MB

Build full featured Windows fluent UI apps using ReactJS. Provides a set of accessible, reusable, and composable React components that make it super easy to create websites and apps.

Home Page: https://virtualvivek.github.io/react-windows-ui/

License: MIT License

HTML 0.44% JavaScript 69.72% CSS 2.12% SCSS 26.78% Shell 0.95%

react-windows-ui's Introduction

react-windows-ui

Build full featured Windows fluent UI apps using ReactJS.

Build License: MIT Version Live Demo NPMJS

Adaptive UI

Demo ⚡

https://virtualvivek.github.io/react-windows-ui/

Installation

npm install react-windows-ui

Getting Started

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

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 */
}

‣ Example Code

https://github.com/virtualvivek/react-windows-ui/tree/main/src/demo

‣ Library Source Code

https://github.com/virtualvivek/react-windows-ui/tree/main/src/lib

https://www.npmjs.com/package/react-windows-ui

Find this library useful? ❤️

Support it by joining stargazers for this repository. ⭐

License

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

react-windows-ui's People

Contributors

virtualvivek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.