mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
🍱 Add example gifs
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
Pycord Reactive Views is a powerful library that extends [Pycord](https://pycord.dev), bringing reactive programming to Discord bot development. It enables developers to create dynamic, responsive user interfaces for their bots with ease.
|
Pycord Reactive Views is a powerful library that extends [Pycord](https://pycord.dev), bringing reactive programming to Discord bot development. It enables developers to create dynamic, responsive user interfaces for their bots with ease.
|
||||||
|
|
||||||
|

|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
- [What is Reactivity?](#what-is-reactivity)
|
- [What is Reactivity?](#what-is-reactivity)
|
||||||
- [Features](#features)
|
- [Features](#features)
|
||||||
@@ -87,6 +88,8 @@ async def counter(ctx):
|
|||||||
await Counter().send(ctx)
|
await Counter().send(ctx)
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
This example demonstrates how to bind a button's label, style, and disabled state to functions that determine their values based on the current state of the counter.
|
This example demonstrates how to bind a button's label, style, and disabled state to functions that determine their values based on the current state of the counter.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
BIN
assets/color_select.gif
Normal file
BIN
assets/color_select.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 477 KiB |
BIN
assets/counter.gif
Normal file
BIN
assets/counter.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 364 KiB |
Reference in New Issue
Block a user