[MouseFox logo]
The MouseFox Project
Join The Community Discord Server
[Discord logo]
Edit on GitHub

kvex.widgets

Custom Kvex widgets.

 1# flake8: noqa
 2"""Custom Kvex widgets."""
 3
 4
 5from .atlas import *
 6from .button import *
 7from .buttonbar import *
 8from .checkbox import *
 9from .color import *
10from .container import *
11from .dropdown import *
12from .hotkeycontroller import *
13from .input import *
14from .inputpanel import *
15from .label import *
16from .layouts import *
17from .list import *
18from .modal import *
19from .screen import *
20from .scroll import *
21from .slider import *
22from .spinner import *
23from .theme import *
24from .widget import *