Git Product home page Git Product logo

linecode / windows10-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from virtualvivek/windows-ui

0.0 1.0 0.0 7.93 MB

Build full featured Windows 10 Native apps or Web apps using Html, CSS & JavaScript. Comes with rich native like components, icon sets. Used as fast prototyping tool for Windows environment platforms.

Home Page: http://windows10framework.github.io

License: MIT License

HTML 46.39% CSS 0.73% JavaScript 26.98% SCSS 25.90%

windows10-framework's Introduction

Netlify License: MIT Release Live Demo

Build Windows Apps with Convinience

Build full featured Windows 10 Native apps or Web apps using Html, CSS & JavaScript. Comes with rich native like components, icon sets. Used as fast prototyping tool for Windows environment platforms.

Demo ⚡

https://windows10framework.netlify.app/

Stunning Set Of UI Elements

Provides you with the rich UI Components that to completely matches the latest Windows environment that accelerates your productivity to build your hybrid windows app.

Build Universal Windows or Web Apps

Create apps that run fluently on every device

Documentation

Getting Started

Code container template

./src
 └─ core
    ├─ config/
    │  ├─ css/
    │  ├─ └─ appConfig.css
    │  ├─ drawable/
    │  ├─ └─ ic_launcher.png
    │  └─ appConfig.js
    ├─ css/
    │  └─ windows10framework.css
    └─ js/
       ├─ windows10framework.js
       ├─ windows10framework.api.js
       └─ windows10framework.notifications.js

Configure App Preferences

Customize app preferences including drop shadows,dark mode etc.. using appConfig.js file
./src /core /config /appConfig.js

let BlurEnabled = true;  	//'true' get drop shadows for components
let ShowDarkModeSwitch = true;  //'true' get display a switch for dark/light mode
let NightMode = false;  	//'true' get dark mode when app mounted
let FollowSystemTheme = true;  	//'true' follow theme dark, light using system 

Configure App Color, Font Family or ScrollBars

appConfig.css file contains the app PrimaryColor, Fontfamily used by the app
./src /core /config /css /appConfig.css

:root {
    --PrimaryColor: #6632a8;
    /* Change color you like */
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
    /* Change fontfamily you like */
}

Find this framework useful? ❤️

Support it by joining stargazers for this repository. ⭐

License

Windows10-framework is licensed under MIT license. View license.
Copyright (c) 2020-21 Vivek Verma

windows10-framework's People

Contributors

virtualvivek avatar

Watchers

 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.