Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mumtozbekov/antwpf
Ant Design components for wpf
https://github.com/mumtozbekov/antwpf
ant-design c-sharp design theme wpf wpf-controls wpf-ui xaml xaml-style xaml-ui
Last synced: 21 days ago
JSON representation
Ant Design components for wpf
- Host: GitHub
- URL: https://github.com/mumtozbekov/antwpf
- Owner: Mumtozbekov
- Created: 2023-03-25T07:21:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-18T10:59:33.000Z (5 months ago)
- Last Synced: 2024-07-19T12:05:26.660Z (5 months ago)
- Topics: ant-design, c-sharp, design, theme, wpf, wpf-controls, wpf-ui, xaml, xaml-style, xaml-ui
- Language: C#
- Homepage:
- Size: 435 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AntWpf
A UI framework using [ant design](https://ant.design/docs/spec/introduce) language to help developers build their own WPF applications.##### Under development, not suitable for production environment
# GETTING STARTED
```
```
## Buttons![Buttons](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/buttons.png?raw=true)
```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"
```
## Inputs![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/inputs.png?raw=true)
```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"
```
# CheckBoxes & RadioButtons![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/check_radios.png?raw=true)
```
```
# ProgressBars![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/progress_bar.png?raw=true)
```
```
# Icons![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/icons.png?raw=true)
```
```
[![AntDesign](https://img.shields.io/nuget/dt/AntWpf)](https://www.nuget.org/packages/AntWpf/)
[![AntDesign](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](https://github.com/Mumtozbekov/AntWpf/blob/master/AntWpf/LICENSE.txt)