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: 11 months 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T10:59:33.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T10:21:45.633Z (about 1 year 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: 13
- 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

```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"
```
## Inputs

```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"
```
# CheckBoxes & RadioButtons

```
```
# ProgressBars

```
```
# Icons

```
```
[](https://www.nuget.org/packages/AntWpf/)
[](https://github.com/Mumtozbekov/AntWpf/blob/master/AntWpf/LICENSE.txt)