Skip to content

Commit

Permalink
Merge pull request #122 from Aris-Offline/main
Browse files Browse the repository at this point in the history
Upload UI.WPF.Modern badge
  • Loading branch information
NotYoojun authored Jan 17, 2025
2 parents d28e219 + 6aa8cc0 commit dd99758
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@

- We're currently working on a documentation site that simplifies your learning curve. However this can be a huge process. You can preview the documentation site at [docs.inkore.net/ui-wpf-modern](https://docs.inkore.net/ui-wpf-modern/introduction) (remember it's not finished yet). Feedback and contributions are welcome and strongly needed.

- We provide a gallery application as well. You can check the latest version of the gallery in GitHub Actions, or download the former version from the button below:

<a href="https://apps.microsoft.com/detail/9n3js11zc38g?mode=direct">
<img src="https://get.microsoft.com/images/en-us%20dark.svg" width="200"/>
</a>

# 🙋🏻‍♂️ Contribution

- Want to contribute? The team encourages community feedback and contributions.
Expand Down
23 changes: 23 additions & 0 deletions assets/images/badges/UI.WPF.Modern_Badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions docs/badge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Badge

Ho do you like this project so far? If this project is useful to you, please consider giving it a star on GitHub, sharing it with others and add a badge with a link to this project in your README (similar to the banner).

You can use the banner in the [GitHub URL (SVG)](assets\images\badges\UI.WPF.Modern_Badge.svg)

- iNKORE.UI.WPF.Modern Built-in: ...

## Markdown Code

For example, in the README of your project, you can add the following markdown code:

```markdown
<a href="https://docs.inkore.net/ui-wpf-modern/introduction">
<img src="https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/badges/UI.WPF.Modern_Badge.svg?raw=true">
</a>
```

This will display the following badge:

<a href="https://docs.inkore.net/ui-wpf-modern/introduction">
<img src="https://github.com/iNKORE-NET/UI.WPF.Modern/blob/main/assets/images/badges/UI.WPF.Modern_Badge.svg?raw=true">
</a>

## WPF Code

In your WPF application, you can use the `...` attached property to display the banner:

```xml

```

## Remarks

We strongly recommend you to add the badge image as a LINK in your project, instead of downloading the image and adding it to your repository. This way, you will always have the latest version of the badge.

The built-in badge URI is only available in the 0.10.0 version of the library and later.

0 comments on commit dd99758

Please sign in to comment.