Created
September 28, 2020 22:17
-
-
Save lega911/8943e3b6ce77ce38125072033e7e6560 to your computer and use it in GitHub Desktop.
Attach a class
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
<script> | |
import Button from './Button.xht'; | |
</script> | |
<h1>Pass class</h1> | |
<Button name="Red" class="btn" /> | |
<Button name="Default" /> | |
<style> | |
.btn {color: red;} | |
h1 {color: brown;} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment