Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexz-08 authored Sep 29, 2024
1 parent 0a6b971 commit 16ab7be
Showing 1 changed file with 30 additions and 43 deletions.
73 changes: 30 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,43 @@
## Project Information
[![](https://img.shields.io/badge/.NET_Framework-4.8-blue)](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
[![](https://img.shields.io/badge/build-passing-seagreen)](#)
[![](https://img.shields.io/badge/latest_version-4.4.18-goldenrod)](https://github.com/Lexz-08/NovaUI/releases/tag/4.4.18)
[![](https://img.shields.io/badge/latest_version-5.4.18-goldenrod)](https://github.com/Lexz-08/NovaUI/releases/tag/5.4.18)

## Description
An improved (hopefully) version of the [CometUI](https://github.com/Lexz-08/CometUI).

## Controls
- *Button* - **1.0.0^**
- Performs an action when clicked.
- *CheckBox* - **1.0.0^**
- A toggleable control with text.
- *FileInput* - **1.0.0^**
- Used to select the full, valid path for files.
- *FolderInput* - **1.0.0^**
- Used to select the full, valid path for folders (or directories).
- *GroupBox* - **2.0.9^**
- Groups a bunch of controls into a named category of functionality.
- *Input* - **1.0.0^**
- Used to get text input from the user.
- *Label* - **1.0.0^**
- Displays text.
- *LinkLabel* - **1.0.0^**
- Displays text with an embedded hyper-link that is activated when clicked.
- *Panel* - **2.0.9^**
- Similar to the *GroupBox*, but without the title.
- *PasswordInput* - **1.0.0^**
- Used to mask user input, typically for passwords.
- *PictureBox* - **1.0.0^**
- Displays an image.
- *ProgressBar* - **1.0.0^**
- Displays progress status.
- *RadioButton* - **1.0.0^**
- A toggleable control with text but only one of many can be active at a time.
- *RichInput* - **1.0.0^**
- A multi-line text input.
- *Slider* - **1.0.0^**
- Allows for number selection using a knob on a track.
- *TabControl* - **1.0.0^**
- Groups different pages of interface elements together using tab buttons to change pages.
- *Toggle* - **1.0.0^**
- A toggleable control without text.
- *VSlider* - **1.0.0^**
- Allows for number selection using a knob on a vertical track.
| Version Available | Control | Description |
|:---:| --- | --- |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Button | Performs an action when clicked. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | CheckBox | A toggleable control with text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | FileInput | Used to select the full, valid path for files. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | FolderInput | Used to select the full, valid path for folders (or directories). |
| [2.0.9](https://github.com/Lexz-08/NovaUI/releases/2.0.9/download/NovaUI.dll) - [Latest][LINK_LATEST] | GroupBox | Groups a bunch of controls into a named category of functionality. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Input | Used to get text input from the user. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Label | Displays text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | LinkLabel | Displays text with an embedded hyper-link that is activated when clicked. |
| [2.0.9](https://github.com/Lexz-08/NovaUI/releases/2.0.9/download/NovaUI.dll) - [Latest][LINK_LATEST] | Panel | Similar to the `GroupBox`, but without the title. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | PasswordInput | Used to mask user input, typically for passwords. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | PictureBox | Displays an image. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | ProgressBar | Displays progress status. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | RadioButton | A toggleable control with text but only one of many can be active at a time. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | RichInput | A multi-line text input. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Slider | Allows for number selection using a knob on a track. |
| [1.0.0][LINK_FIRST] - [4.4.18](https://github.com/Lexz-08/NovaUI/releases/download/4.4.18/NovaUI.dll) | TabControl | Groups different pages of interface elements together using tab buttons to change pages. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Toggle | A toggleable control without text. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | VSlider | Allows for number selection using a knob on a vertical track. |

## Windows
- *Window* - **1.0.0^**
- A re-styled window with support for two custom caption buttons.
- *ToolWindow* - **1.0.0^**
- A re-styled window without a minimize or maximize button with support for two custom caption buttons.
- *StrippedWindow* - **3.0.11^**
- A re-styled window without a caption header, minimize button, maximize button, or close button.
| Version Available | Window Type | Description |
|:---:| --- | --- |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | Window | A re-styled window with support for two custom caption buttons. |
| [1.0.0][LINK_FIRST] - [Latest][LINK_LATEST] | ToolWindow | A re-styled window without a minimize or maximize button with support for two custom caption buttons. |
| [3.0.11](https://github.com/Lexz-08/NovaUI/releases/3.0.11/download/NovaUI.dll) - [Latest][LINK_LATEST] | StrippedWindow | A re-styled window without a caption header, minimize button, maximize button, or close button. |

## Download
[NovaUI.dll](https://github.com/Lexz-08/NovaUI/releases/latest/download/NovaUI.dll)

[//]: # (Reference links to save data and make file more readable)
[LINK_FIRST]: https://github.com/Lexz-08/NovaUI/releases/1.0.0/download/NovaUI.dll
[LINK_LATEST]: https://github.com/Lexz-08/NovaUI/releases/latest/download/NovaUI.dll

0 comments on commit 16ab7be

Please sign in to comment.