UNPKG

@zeix/ui-element

Version:

UIElement - a HTML-first library for reactive Web Components

255 lines (230 loc) β€’ 9.54 kB
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>About – UIElement Docs</title> <meta name="description" content="License, versioning, getting involved" /> <link rel="stylesheet" href="./assets/main.css" /> <script type="module" src="./assets/main.js"></script> </head> <body class=""> <context-router> <header class="content-grid"> <h1 class="content"> UIElement Docs <small>Version 0.13.3</small> </h1> <section-menu> <nav> <h2 class="visually-hidden">Main Menu</h2> <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="getting-started.html"> <span class="icon">πŸš€</span> <strong>Getting Started</strong> <small>Installation, setup, and first steps</small> </a> </li> <li> <a href="components.html"> <span class="icon">πŸ—οΈ</span> <strong>Components</strong> <small>Anatomy, lifecycle, signals, effects</small> </a> </li> <li> <a href="styling.html"> <span class="icon">🎨</span> <strong>Styling</strong> <small>Scoped styles, CSS custom properties</small> </a> </li> <li> <a href="data-flow.html"> <span class="icon">πŸ”„</span> <strong>Data Flow</strong> <small>Passing state, events, context</small> </a> </li> <li> <a href="examples.html"> <span class="icon">🍽️</span> <strong>Examples</strong> <small>Common use cases and demos</small> </a> </li> <li> <a href="blog.html"> <span class="icon">πŸ“œ</span> <strong>Blog</strong> <small>Latest articles and updates</small> </a> </li> <li> <a href="api.html"> <span class="icon">πŸ“š</span> <strong>API Reference</strong> <small>Functions, types, and constants</small> </a> </li> <li> <a href="about.html"> <span class="icon">🀝</span> <strong>About</strong> <small>License, versioning, getting involved</small> </a> </li> </ol> </nav> </section-menu> <card-callout class="content danger" hidden> <p class="error" role="alert" aria-live="polite"></p> </card-callout> </header> <main class="content-grid"><section-hero> <h1 id="about"> <a name="about" class="anchor" href="#about"> <span class="permalink">πŸ”—</span> </a> 🀝 About </h1> <div> <p class="lead"><strong>Join the UIElement community!</strong> This page covers the people behind UIElement, how you can contribute, versioning details, and licensing. Whether you’re a developer, designer, or sponsor, there are many ways to get involved.</p> <module-toc> <nav> <h2>In this Page</h2> <ol> <li><a href="#whos-behind-uielement">Who's Behind UIElement?</a></li> <li><a href="#license">License</a></li> <li><a href="#version-history">Version History</a></li> <li><a href="#getting-involved">Getting Involved</a></li> </ol> </nav> </module-toc> </div> </section-hero> <section> <h2 id="whos-behind-uielement"> <a name="whos-behind-uielement" class="anchor" href="#whos-behind-uielement"> <span class="permalink">πŸ”—</span> </a> Who&#39;s Behind UIElement? </h2> <p>UIElement is an <strong>open-source project</strong>, actively developed by <a href="https://zeix.com">Zeix AG</a>, a Switzerland-based agency for User-Centered Design, committed to enhancing accessibility and usability in web technologies.</p> <h3 id="core-team-contributors"> <a name="core-team-contributors" class="anchor" href="#core-team-contributors"> <span class="permalink">πŸ”—</span> </a> Core Team &amp; Contributors </h3> <ul> <li><strong>Zeix AG</strong>: <a href="https://github.com/zeixcom">@zeixcom</a> – Maintainers and primary developers</li> <li><strong>Esther Brunner</strong>: <a href="https://github.com/estherbrunner">@estherbrunner</a> – Lead developer</li> <li><strong>Fabian Haefliger</strong>: <a href="https://github.com/fabianhaef">@fabianhaef</a> – Core team</li> </ul> <h3 id="sponsors"> <a name="sponsors" class="anchor" href="#sponsors"> <span class="permalink">πŸ”—</span> </a> Sponsors </h3> <card-callout class="note"> <p><strong>Become a Sponsor</strong></p> <p>UIElement is free and open-source. If your organization finds it valuable, consider <a href="info@zeix.com">sponsoring its development</a> to help make web development <strong>lightweight, accessible, and fun</strong> again!</p> </card-callout> </section> <section> <h2 id="license"> <a name="license" class="anchor" href="#license"> <span class="permalink">πŸ”—</span> </a> License </h2> <p>This project is licensed under the <a href="https://opensource.org/licenses/MIT">MIT License</a>, which means you can <strong>use, modify, and distribute</strong> it freely – even in commercial projects.</p> <p>A copy of the license can be found in the <a href="https://github.com/zeixcom/ui-element/blob/main/LICENSE">LICENSE</a> file of the repository.</p> </section> <section> <h2 id="version-history"> <a name="version-history" class="anchor" href="#version-history"> <span class="permalink">πŸ”—</span> </a> Version History </h2> <h3 id="current-version-0133"> <a name="current-version-0133" class="anchor" href="#current-version-0133"> <span class="permalink">πŸ”—</span> </a> Current Version: 0.13.3 </h3> <card-callout class="caution"> <p><strong>Release candidate</strong></p> <p>This version is a <strong>pre-release</strong> of UIElement, meaning <strong>breaking changes</strong> may still occur before the official release of version 1.0. Please check the <a href="https://github.com/zeixcom/ui-element/releases">release notes</a> before updating.</p> </card-callout> <h3 id="versioning-scheme"> <a name="versioning-scheme" class="anchor" href="#versioning-scheme"> <span class="permalink">πŸ”—</span> </a> Versioning Scheme </h3> <p>UIElement follows <a href="https://semver.org/">Semantic Versioning</a> (SemVer), which is structured as <code>MAJOR.MINOR.PATCH</code>.</p> <ul> <li><strong>MAJOR</strong>: Breaking changes that require migrations.</li> <li><strong>MINOR</strong>: New features that are backwards compatible.</li> <li><strong>PATCH</strong>: Bug fixes and performance improvements.</li> </ul> <h3 id="previous-pre-releases"> <a name="previous-pre-releases" class="anchor" href="#previous-pre-releases"> <span class="permalink">πŸ”—</span> </a> Previous Pre-Releases </h3> <p>View all releases and associated notes on <a href="https://github.com/zeixcom/ui-element/releases">Github Releases</a>.</p> </section> <section> <h2 id="getting-involved"> <a name="getting-involved" class="anchor" href="#getting-involved"> <span class="permalink">πŸ”—</span> </a> Getting Involved </h2> <p>UIElement is <strong>an open-source project</strong>, and contributions are always welcome! Whether you’re <strong>reporting bugs, improving documentation, or suggesting features</strong>, here&#39;s how you can help:</p> <ul> <li>βœ… <a href="https://github.com/zeixcom/ui-element/issues">Open an Issue</a> – Report bugs or suggest features.</li> <li>βœ… <a href="https://github.com/zeixcom/ui-element/blob/main/CONTRIBUTING.html">Submit a Pull Request</a> – Help improve UIElement by fixing issues or adding new features.</li> <li>βœ… Join the Discussion – Share ideas and get feedback from the community.</li> </ul> <h3 id="contributing-code"> <a name="contributing-code" class="anchor" href="#contributing-code"> <span class="permalink">πŸ”—</span> </a> Contributing Code </h3> <ul> <li>Fork the repository, create a new branch, and submit a pull request.</li> <li>Read the <a href="https://github.com/zeixcom/ui-element/blob/main/CONTRIBUTING.html">Contributing Guidelines</a> for setting up a development environment and best practices.</li> </ul> <h3 id="community-guidelines"> <a name="community-guidelines" class="anchor" href="#community-guidelines"> <span class="permalink">πŸ”—</span> </a> Community Guidelines </h3> <p>We strive for a welcoming and inclusive environment. Please follow our <a href="https://github.com/zeixcom/ui-element/blob/main/CODE_OF_CONDUCT.html">Code of Conduct</a> when contributing.</p> </section> </main> <footer class="content-grid"> <div class="content"> <h2 class="visually-hidden">Footer</h2> <p>Β© 2024 – 2025 Zeix AG</p> </div> </footer> </context-router> </body> </html>