https://github.com/reignstudios/html5-xaml
HTML5 layout engine for XAML app developers. (Good for Electron apps)
https://github.com/reignstudios/html5-xaml
Last synced: 9 months ago
JSON representation
HTML5 layout engine for XAML app developers. (Good for Electron apps)
- Host: GitHub
- URL: https://github.com/reignstudios/html5-xaml
- Owner: reignstudios
- License: gpl-2.0
- Created: 2017-07-09T01:32:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T21:52:02.000Z (over 8 years ago)
- Last Synced: 2025-05-13T20:27:04.454Z (about 1 year ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HTML5-XAML (work in progress)
HTML5 layout engine for XAML app developers. (Good for Electron apps)
NOTE: This uses features currently only avaliable in Electron, Chrome or Opera.
These features primaraly include (Custom Elements): https://developer.mozilla.org/en-US/docs/Web/Web_Components/Custom_Elements/Custom_Elements_with_Classes
FireFox and Edge should support these features later.
Also please MS add "object-fit" style tags in Edge...
----
Features
----
* XAML like html elements
* XAML like layout tags
* TODO: HTML element ID name to JS, TS or C#-(Bridge.NET) object code-behind generator.
* TODO-elements: Checkbox, Radio buttons
Preview Link
---