Update index.html

This commit is contained in:
sairaj mote 2023-07-17 02:07:43 +05:30
parent 745e0b068a
commit 8f2b6b5c3f

View File

@ -62,24 +62,33 @@
</div> </div>
<div> <div>
<h1 class="page__title">Overview</h1> <h1 class="page__title">Overview</h1>
<div class="grid gap-2">
<div class="div">
<p> <p>
Component-based design is the cornerstone of the modern UI development process. With rise of Component-based design is the cornerstone of the modern UI development process. With
rise of
more UI frameworks every day, the web platform has a serious issue of fragmentation and more UI frameworks every day, the web platform has a serious issue of fragmentation and
portability. portability.
</p> </p>
<p> <p>
Web components to the rescue! This is the collection of web components (WC here forward) that we Web components to the rescue! This is the collection of web components (WC here forward)
use at RanchiMall, especially since we are a framework-less development environment so this was that we
use at RanchiMall, especially since we are a framework-less development environment so
this was
a logical choice. a logical choice.
</p> </p>
</div>
<div class="grid gap-1">
<h3>Features</h3> <h3>Features</h3>
<ul class="grid gap-1"> <ul class="grid gap-0-5">
<li>Native and Cross framework support</li> <li>Native and Cross framework support</li>
<li>Encapsulated style and functionality</li> <li>Encapsulated style and functionality</li>
<li>Easy styling</li> <li>Easy styling</li>
<li>Adaptive scaling </li> <li>Adaptive scaling </li>
</ul> </ul>
</div> </div>
</div>
</div>
</section> </section>
<section id="quick_start_page" class="page hide-completely"> <section id="quick_start_page" class="page hide-completely">