@efflore/ui-element
Version:
UIElement - minimal reactive framework based on Web Components
148 lines (143 loc) โข 4.93 kB
HTML
<html>
<head>
<title>UIElement Docs โ Licensing & Credits</title>
<link rel="stylesheet" href="assets/css/global.css">
<link rel="stylesheet" href="assets/css/okaidia.css">
<link rel="stylesheet" href="assets/css/components.css">
<script type="module" src="assets/js/main.min.js"></script>
</head>
<body>
<header class="content-grid">
<h1 class="content">UIElement Docs <small>Version 0.8.5</small></h1>
<nav class="breakout">
<ol>
<li>
<a href="index.html">
<span class="icon">๐</span>
<strong>Introduction</strong>
<small>Overview and key benefits of UIElement</small>
</a>
</li>
<li>
<a href="installation-setup.html">
<span class="icon">โ๏ธ</span>
<strong>Installation & Setup</strong>
<small>How to install and set up the library</small>
</a>
</li>
<li>
<a href="core-concepts.html">
<span class="icon">๐งฉ</span>
<strong>Core Concepts</strong>
<small>Learn about signals, state, and reactivity</small>
</a>
</li>
<li>
<a href="detailed-walkthrough.html">
<span class="icon">๐</span>
<strong>Detailed Walkthrough</strong>
<small>Step-by-step guide to creating components</small>
</a>
</li>
<li>
<a href="best-practices-patterns.html">
<span class="icon">๐ก</span>
<strong>Best Practices & Patterns</strong>
<small>Tips for effective and scalable usage</small>
</a>
</li>
<li>
<a href="advanced-topics.html">
<span class="icon">๐</span>
<strong>Advanced Topics</strong>
<small>Diving deeper into contexts and performance</small>
</a>
</li>
<li>
<a href="examples-recipes.html">
<span class="icon">๐งช</span>
<strong>Examples & Recipes</strong>
<small>Sample components and practical use cases</small>
</a>
</li>
<li>
<a href="troubleshooting-faqs.html">
<span class="icon">โ</span>
<strong>Troubleshooting & FAQs</strong>
<small>Common issues and frequently asked questions</small>
</a>
</li>
<li>
<a href="api-reference.html">
<span class="icon">๐</span>
<strong>API Reference</strong>
<small>Detailed documentation of classes and methods</small>
</a>
</li>
<li>
<a href="contributing-development.html">
<span class="icon">๐ค</span>
<strong>Contributing & Development</strong>
<small>How to contribute and set up the dev environment</small>
</a>
</li>
<li>
<a href="changelog-versioning.html">
<span class="icon">๐</span>
<strong>Changelog & Versioning</strong>
<small>Track changes and understand versioning</small>
</a>
</li>
<li class="active">
<a href="licensing-credits.html">
<span class="icon">โ๏ธ</span>
<strong>Licensing & Credits</strong>
<small>License details and acknowledgments</small>
</a>
</li>
</ol>
</nav>
</header>
<main>
<section class="hero">
<h1>โ๏ธ Licensing & Credits</h1>
<p class="lead">
UIElement is an open-source project, developed and maintained to promote accessible and efficient Web Components. This page details the license and credits for the contributors and backers of the project.
</p>
</section>
<section>
<h2>1. License</h2>
<p>
This project is licensed under the <a href="https://opensource.org/licenses/MIT">MIT License</a>, which allows for permissive use, modification, distribution, and private use. Contributions to this project are accepted under the same license.
</p>
<p>
A copy of the license can be found in the <a href="https://github.com/efflore/ui-element/blob/main/LICENSE">LICENSE</a> file of the repository.
</p>
</section>
<section>
<h2>2. Credits</h2>
<ul>
<li>
<strong>Esther Brunner</strong>: The sole contributor to the UIElement project so far, responsible for its development and maintenance.
<ul>
<li>GitHub: <a href="https://github.com/estherbrunner">@estherbrunner</a></li>
</ul>
</li>
<li>
<strong>Zeix AG</strong>: Backing the development of UIElement, Zeix AG is a Switzerland-based agency for User-Centered Design, committed to enhancing accessibility and usability in web technologies.
<ul>
<li>Website: <a href="https://www.zeix.com">zeix.com</a></li>
</ul>
</li>
</ul>
</section>
<section>
<h2>3. Acknowledgments</h2>
<p>
Special thanks to all contributors and users of UIElement. Your feedback and support help improve the library, making it a better tool for creating reactive and accessible Web Components.
</p>
</section>
</main>
</body>
</html>