Skip to content

Commit

Permalink
Update READEME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei-K23 committed Nov 10, 2024
1 parent 49f86c5 commit fd0dc28
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,16 +232,17 @@ The **Spinix** package comes with several predefined spinner themes. Here’s a

The ProgressBar can be styled using various predefined styles. Here’s a list of available styles:

| Progress Bar Style | Description |
| --------------------- | ---------------------------------------------------------- |
| **PbStyleBasic** | ===========================------------- 69% |
| **PbStyleClassic** | [############################..] 95% |
| **PbStyleMinimal** | **\*\***\*\*\***\*\*** 79% |
| **PbStyleBold** | ❮■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ❯ 93% |
| **PbStyleDashed** | [▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯] 61% |
| **PbStyleElegant** | ❬▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱❭ 79 |
| **PbStyleEmoji** | 🚩🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀✨✨✨✨✨✨✨✨🎯 71% |
| **PbStyleFuturistic** | ⟦◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉○○○○○○○○○○○○○○○○○⟧ 59% |
| Progress Bar Style | Description |
| --------------------------- | ------------------------------------------------------------ |
| **PbStyleBasic** | ===========================------------- 69% |
| **PbStyleClassic** | [############################..] 95% |
| **PbStyleMinimal** | **\*\***\*\*\***\*\*** 79% |
| **PbStyleBold** | ❮■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ ❯ 93% |
| **PbStyleDashed** | [▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯] 61% |
| **PbStyleElegant** | ❬▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▱▱▱▱▱▱▱▱❭ 79 |
| **PbStyleEmoji** | 🚩🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀✨✨✨✨✨✨✨✨🎯 71% |
| **PbStyleFuturistic** | ⟦◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉◉○○○○○○○○○○○○○○○○○⟧ 59% |
| **PbStyleGreenDevelopment** | 🌱🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿🌿\_\_\_\_🌳 91% |

## Example

Expand Down Expand Up @@ -275,7 +276,7 @@ func main() {
}
```

### Demo
## Demo

The demo run for the progress bar with style as `green`.

Expand All @@ -293,4 +294,6 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file

Thanks to all the amazing contributors for making **spinix** better!

[![Contributors](https://contrib.rocks/image?repo=Kei-K23/spinix)](https://github.com/Kei-K23/spinix/graphs/contributors)
<a href="https://github.com/Kei-K23/spinix/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Kei-K23/spinix" />
</a>

0 comments on commit fd0dc28

Please sign in to comment.