sweetalert icon indicating copy to clipboard operation
sweetalert copied to clipboard

Will this support new kivymd or is it dead

Open mrwulff opened this issue 1 year ago • 0 comments

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:

mrwulff avatar Feb 03 '24 07:02 mrwulff