Can now add scoped rcss files
This commit is contained in:
14
assets/pages/home.rml
Normal file
14
assets/pages/home.rml
Normal file
@@ -0,0 +1,14 @@
|
||||
<div id="page-root" class="page">
|
||||
<h1>Home</h1>
|
||||
<p>This is an RmlUi template project with some nice built in features such as:</p>
|
||||
<ul>
|
||||
<li>- Lua and SVG plugins enabled</li>
|
||||
<li>- A shell + page loading system with scoped stylesheets and lua functionality</li>
|
||||
<li>- Hot reload when pressing F5</li>
|
||||
<li>- Basic application state management</li>
|
||||
<li>- A basic stylesheet for common elements</li>
|
||||
<li>- Easy custom controls system</li>
|
||||
<li>- Optional Raylib context</li>
|
||||
<li>- Nix flake for easy development/building</li>
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user