atomui/README.md

171 lines
7.9 KiB
Markdown
Raw Normal View History

<p align="center">
<img src="./docs/images/ATOMUI.png" />
2024-09-10 16:17:38 +08:00
</p>
2024-09-10 16:26:41 +08:00
<br/>
2024-09-10 16:17:38 +08:00
<div align="center">
2024-09-10 15:48:43 +08:00
[![][github-contributors-shield]][github-contributors-link]
[![][github-forks-shield]][github-forks-link]
[![][github-stars-shield]][github-stars-link]
[![][github-issues-shield]][github-issues-link]
[![][github-license-shield]][github-license-link]
[Changelog](./CHANGELOG.md) · [Report Bug][github-issues-link] · [Request Feature][github-issues-link]
2024-09-10 16:17:38 +08:00
</div>
2024-09-10 16:14:49 +08:00
2024-09-10 15:48:43 +08:00
![](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
[github-release-shield]: https://img.shields.io/github/v/release/chinware/AtomUI?color=369eff&labelColor=black&logo=github&style=flat-square
[github-release-link]: https://github.com/chinware/AtomUI/releases
[github-releasedate-shield]: https://img.shields.io/github/release-date/chinware/AtomUI?color=black&labelColor=black&style=flat-square
[github-releasedate-link]: https://github.com/chinware/AtomUI/releases
[github-contributors-shield]: https://img.shields.io/github/contributors/chinware/AtomUI?color=c4f042&labelColor=black&style=flat-square
[github-contributors-link]: https://github.com/chinware/AtomUI/graphs/contributors
[github-forks-shield]: https://img.shields.io/github/forks/chinware/AtomUI?color=8ae8ff&labelColor=black&style=flat-square
[github-forks-link]: https://github.com/chinware/AtomUI/network/members
[github-stars-shield]: https://img.shields.io/github/stars/chinware/AtomUI?color=ffcb47&labelColor=black&style=flat-square
[github-stars-link]: https://github.com/chinware/AtomUI/network/stargazers
[github-issues-shield]: https://img.shields.io/github/issues/chinware/AtomUI?color=ff80eb&labelColor=black&style=flat-square
[github-issues-link]: https://github.com/chinware/AtomUI/issues
[github-license-shield]: https://img.shields.io/github/license/chinware/AtomUI?color=white&labelColor=black&style=flat-square
[github-license-link]: https://github.com/chinware/AtomUI/blob/master/LICENSE
2024-09-10 16:01:22 +08:00
Documentation Language: [English](README.md) | [简体中文](README.zh-CN.md)
2024-08-03 19:54:28 +08:00
#### Introduce
2024-09-05 16:17:17 +08:00
AtomUI is an implementation of Ant Design based on .NET technology, dedicated to bringing the excellent and efficient design language and experience of Ant Design to the Avalonia/.NET cross-platform desktop software development field.
2024-08-03 19:54:28 +08:00
Welcome to communicate and give suggestions to AtomUI, thank you for giving the project a Star.
2024-09-05 16:17:17 +08:00
#### Control library completion
##### General
2024-09-05 16:17:17 +08:00
| Control Name | Status |
|:-------------|:-----------|
| Button | Completed ✅|
| PathIcon | Completed ✅|
| SpiltButton | Completed ✅|
##### Navigation
| Control Name | Status |
|:-------------|:------------|
| Breadcrumb | TODO |
| Dropdown | Completed ✅ |
| Menu | Completed ✅ |
| Pagination | TODO |
| Steps | TODO |
##### Data Entry
2024-09-04 14:31:21 +08:00
| Control Name | Status |
|:----------------|:---------------|
| AutoComplete | TODO |
| Cascader | TODO |
| Checkbox | Completed ✅ |
| ColorPicker | Developing 💪 |
| DatePicker | Developing 💪 |
| Form | TODO |
| Input | Completed ✅ |
| NumberUpDown | Completed ✅ |
| ButtonSpinner | Completed ✅ |
| Mentions | TODO |
| Radio | Completed ✅ |
| OptionButtonBox | Completed ✅ |
| Rate | TODO |
| Select | TODO |
| Slider | Completed ✅ |
| Switch | Completed ✅ |
| TimePicker | Completed ✅ |
| Transfer | TODO |
2024-08-19 15:49:11 +08:00
| Upload | Need Review 🤔 |
##### Data Display
2024-09-05 16:17:17 +08:00
| Control Name | Status |
|:---------------|:---------------|
| Avatar | TODO |
| Badge | Completed ✅ |
| Calendar | Developing 💪|
| Card | TODO |
| GroupBox | Completed ✅ |
| Carousel | Developing 💪 |
| Collapse | Completed ✅ |
| Expander | Completed ✅ |
| Descriptions | TODO |
| EmptyIndicator | Completed ✅ |
| Image | TODO |
| ListBox | Completed ✅ |
| Popover | Completed ✅ |
| QRCode | TODO |
| Segmented | Completed ✅ |
| Statistic | TODO |
| Table | TODO |
| TabControl | Completed ✅ |
| Tag | Completed ✅ |
| Timeline | Developing 💪 |
| Tooltip | Completed ✅ |
| Tour | TODO |
| Tree | Completed ✅ |
##### Feedback
2024-09-11 17:50:32 +08:00
| Control Name | Status |
|:-------------------|:-----------|
| Alert | Completed ✅ |
| Drawer | Completed ✅ |
| Message | Completed ✅ |
2024-09-05 16:17:17 +08:00
| Modal | Developing 💪 |
2024-09-11 17:50:32 +08:00
| Notification | Completed ✅ |
| Popconfirm | Completed ✅ |
| ProgressBar | Completed ✅ |
2024-09-05 16:17:17 +08:00
| Result | Need Review 🤔 |
2024-09-11 17:50:32 +08:00
| Skeleton | TODO |
| LoadingIndicator | Completed ✅ |
| Watermark | Completed ✅|
2024-08-03 19:54:28 +08:00
#### Some screenshots of the running effect
#### Button Controls
![Button](docs/images/controls/ButtonControl.png)
2024-08-03 19:54:28 +08:00
#### Progress bar control
![Progress](docs/images/controls/ProgressBarControl.png)
2024-08-03 19:54:28 +08:00
#### Slider control
![Slider](docs/images/controls/SliderControl.png)
2024-08-03 19:54:28 +08:00
<div style="height:50px"></div>
#### License Description
Projects using AtomUI need to comply with the LGPL v3 agreement. <strong>Commercial applications (including but not limited to internal company projects, commercial projects developed by individuals using AtomUI, and outsourced projects) are free when using binary links</strong>. If you want to customize AtomUI based on source code, you need to modify the open source code or purchase a commercial license. If you need a commercial license, please contact: Beijing Chinware Software Technology Co., Ltd.
2024-08-03 19:54:28 +08:00
#### About the Jiachen Project
<p align="center">
<img src="./docs/images/jiachenjihua.png" width="300" />
</p>
2024-09-05 16:17:17 +08:00
The Jiachen Project (RISC-V Prosperity 2036) was born on New Year's Eve 2024. It was jointly initiated by several domestic RISC-V software and chip teams and has attracted dozens of domestic and foreign companies engaged in RISC-V product and software development to join. We believe that the RISC-V ecosystem is entering the initial stage of unprecedented explosive growth: in 2025, RISC-V may welcome more than 1 million RISC-V application developers, and at the same time RISC-V will enter the world's top 500 supercomputers in 2025 and the top 10 in 2030. We are in a golden age of computer architecture and basic software systems, and the open instruction set architecture has brought a large number of new scientific problems and engineering challenges.
2024-08-03 19:54:28 +08:00
2024-09-10 17:01:38 +08:00
### 🤝 Contributing
Contributions of all types are more than welcome, if you are interested in contributing code, feel free to check out our GitHub [Issues][github-issues-link] to get stuck in to show us what youre made of.
[![][pr-welcome-shield]][pr-welcome-link]
[![][github-contrib-shield]][github-contrib-link]
[github-issues-link]: https://github.com/chinware/AtomUI/issues
[pr-welcome-shield]: https://img.shields.io/badge/PR%20WELCOME-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
[pr-welcome-link]: https://github.com/chinware/AtomUI/pulls
[github-contrib-shield]: https://contrib.rocks/image?repo=chinware%2FAtomUI
[github-contrib-link]: https://github.com/chinware/AtomUI/graphs/contributors
2024-08-03 19:54:28 +08:00
#### About Chinware
<p align="center">
<img src="./docs/images/Chinware.png" width="300" />
</p>
2024-09-05 16:17:17 +08:00
Chinware Technologies Ltd. is a technology company dedicated to the development of productivity tool software. Since its inception, it has been determined to deepen its roots in the field of tool software, practice the spirit of continuous improvement in research and development, and strive to launch high-quality productivity tool software to serve developers at home and abroad, improve developers' work efficiency, and create commercial value and social value.