Created
January 30, 2021 00:17
-
-
Save ofarukbicer/8030b654e8a4bee717bdee1c1baf62b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<w-button btn="primary" w-open-modal="modal1"> | |
Example modal | |
</w-button> | |
<w-modal w-name="modal1"> | |
<w-modal-header> | |
Example | |
</w-modal-header> | |
<w-modal-content> | |
Lorem ipsum, dolor sit amet consectetur adipisicing elit. | |
</w-modal-content> | |
<w-modal-buttons> | |
<w-button btn="secondary" modal-close=""> | |
Vazgeç | |
</w-button> | |
<w-button btn="success"> | |
Kabul Et | |
</w-button> | |
</w-modal-buttons> | |
</w-modal> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment