All Projects → virtualvivek → windows-ui-web

virtualvivek / windows-ui-web

Licence: MIT license
Build windows fluent UI 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.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to windows-ui-web

UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (-13.27%)
Mutual labels:  windows-10, windows-uwp, uwp-apps
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (+998.98%)
Mutual labels:  windows-10, uwp-apps
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-52.04%)
Mutual labels:  windows-10, uwp-apps
Codehub
A UWP GitHub Client
Stars: ✭ 162 (+65.31%)
Mutual labels:  windows-10, uwp-apps
Twinkle Tray
Easily manage the brightness of your monitors in Windows from the system tray
Stars: ✭ 496 (+406.12%)
Mutual labels:  windows-10, electron-app
Bloatbox
☑️🌠 Remove Bloatwares from Windows 10
Stars: ✭ 735 (+650%)
Mutual labels:  windows-10, uwp-apps
Kanban Tasker
A simple kanban board for Windows 10 Universal Windows Platform (UWP) written to manage tasks and create a simple and easy workflow for each board
Stars: ✭ 140 (+42.86%)
Mutual labels:  windows-10, uwp-apps
UWP-Flow-Frame
Flow Frame is a new and improved Frame control. This builds upon the default frame control by providing high-performance page transition animations powered by the composition layer. Fresh, new animations will be used by default, with options to configure the animations or even create your own custom animations (from scratch).
Stars: ✭ 14 (-85.71%)
Mutual labels:  windows-10, windows-ui
Archwsl
ArchLinux based WSL Distribution. Supports multiple install.
Stars: ✭ 3,667 (+3641.84%)
Mutual labels:  windows-10, uwp-apps
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (-74.49%)
Mutual labels:  windows-10, windows-app
LocalNotifications
Create and manage in-app notifications in Universal Windows applications.
Stars: ✭ 37 (-62.24%)
Mutual labels:  windows-10, windows-uwp
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+4648.98%)
Mutual labels:  windows-10, uwp-apps
Xamlflair
XamlFlair is an animation library for UWP, WPF, and Uno, built to facilitate Xaml animations using only attached properties.
Stars: ✭ 362 (+269.39%)
Mutual labels:  windows-10, uwp-apps
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (+840.82%)
Mutual labels:  windows-10, uwp-apps
Lively
Stars: ✭ 5,721 (+5737.76%)
Mutual labels:  windows-10, windows-app
Patchfluent
💧 🦄 Customize Windows 10 Updates
Stars: ✭ 128 (+30.61%)
Mutual labels:  windows-10, fluent-interface
BleLab
Bluetooth LE Lab - UWP application for interaction with BLE GATT devices
Stars: ✭ 68 (-30.61%)
Mutual labels:  windows-10, windows-uwp
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-60.2%)
Mutual labels:  windows-10, electron-app
Windowstemplatestudio
Windows Template Studio quickly builds a UWP app, using a wizard-based UI to turn your needs into a foundation of Windows 10 patterns and best practices.
Stars: ✭ 2,089 (+2031.63%)
Mutual labels:  windows-10, uwp-apps
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (-42.86%)
Mutual labels:  windows-10, windows-app

windows-ui-web

Netlify License: MIT Release Live Demo

Build full featured Windows 10 Native apps or Web apps using Html, CSS & JavaScript.

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

View App Boilerplate

./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: "Segoe UI";  /* 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].