Skip to content

Commit 52deb83

Browse files
authored
Update README.md
Add images.
1 parent 3eb2936 commit 52deb83

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22

33
GuideLine is a powerful library for C# WPF applications that allows developers to create interactive, step-by-step tutorials. Enhance user experience by guiding users through your application with highlighted controls and explanatory dialogs.
44

5+
<p align="center">
6+
<img src="https://github.com/user-attachments/assets/7943cfa7-eec3-4306-98f0-e3cc194cb77b" width="80%">
7+
</p>
8+
59
## Features
610

711
- **Highlight Controls**: Draw attention to specific controls while dimming the rest of the application.
812
- **Explanatory Dialogs**: Provide contextual information and instructions for each step of the tutorial.
913
- **Navigation**: Easily navigate through tutorial steps with options to go to the previous step, next step, or skip the tutorial entirely.
1014
- **Customization**: Customize the appearance and behavior of the tutorial overlays and dialogs to fit your application’s style.
1115

12-
# WIP !!
13-
1416
## Getting Started
1517

1618
### Prerequisites
@@ -121,6 +123,10 @@ Enable or disable animations using the AnimateDialog property. You can also set
121123
#### Dialog template
122124
Here is the default template : [Default GuideLine_Dialog_View template](https://github.com/V4SS3UR/GuideLine/blob/master/GuideLine/WPF/View/GuideLine_Dialog_View.xaml)
123125

126+
<p align="center">
127+
<img src="https://github.com/user-attachments/assets/92497ffe-fca8-47a7-82ae-57a095673231">
128+
</p>
129+
124130
## Contributing
125131

126132
Contributions are welcome! Please submit pull requests or open issues to discuss potential improvements.

0 commit comments

Comments
 (0)