Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,33 @@

<p>Fortunately, this library does not use any JavaScript and is compatible with any front-end framework of your choice. Most styles can also be overwritten to allow for deeper customization.</p>

<section>
<h2>Getting Started</h2>
<p>There are a couple of ways you can get started with System.css:</p>
<ul>
<li>
<p>Import from CDN</p>
<p>Add the following to your head tag:</p>
<code>
&lt;link rel='stylesheet' href="https://unpkg.com/@sakun/system.css" /&gt;
</code>
</li>
<li>
<p>Import from npmjs</p>
<p>Run in your terminal:</p>
<p>
<code>npm install @sakun/system.css</code>
<p>or:</p>
<code>pnpm add @sakun/system.css</code>
</p>
<p>Then import it in your main layout file:</p>
<p>
<code>@import '@sakun/system.css';</code>
</p>
</li>
</ul>
</section>

<h2 class="subheading">Components</h2>

<section class="component">
Expand Down
Loading