sweetalert
sweetalert copied to clipboard
Will this support new kivymd or is it dead
Description of the Feature
Your text
Code and Logs
from kivy.app import App
from kivy.lang import Builder
kv = """
Screen:
# KV-Code
"""
class MainApp(App):
def build(self):
self.root = Builder.load_string(kv)
if __name__ == '__main__':
MainApp().run()
Screenshots
Add images to explain us this feature. Paste urls here.
Remove this section if no images here
Versions
- OS:
- Python:
- Kivy:
- KivyMD: