App
The <r-app>
component serves as a context that provides basic styling for contained components. It should always be the root component of the application.
Examples
Hello
This content will have proper styling.
<r-app>
<h2 class="text-h2">Hello</h2>
<p>This content will have proper styling.</p>
<r-button>
This button too!
</r-button>
</r-app>
API
Props
Name | Type | Default | |
---|---|---|---|
Events
Name | Type | Default | |
---|---|---|---|
Slots
Name | Type | Default | |
---|---|---|---|