@zeix/ui-element
Version:
UIElement - a HTML-first library for reactive Web Components
99 lines (57 loc) β’ 3.51 kB
Markdown
---
title: 'About'
emoji: 'π€'
description: 'License, versioning, getting involved'
---
<section-hero>
# π€ About
<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>
{{ toc }}
</div>
</section-hero>
<section>
## Who's Behind UIElement?
UIElement is an **open-source project**, actively developed by [Zeix AG](https://zeix.com), a Switzerland-based agency for User-Centered Design, committed to enhancing accessibility and usability in web technologies.
### Core Team & Contributors
- **Zeix AG**: [@zeixcom](https://github.com/zeixcom) β Maintainers and primary developers
- **Esther Brunner**: [@estherbrunner](https://github.com/estherbrunner) β Lead developer
- **Fabian Haefliger**: [@fabianhaef](https://github.com/fabianhaef) β Core team
### Sponsors
<card-callout class="note">
**Become a Sponsor**
UIElement is free and open-source. If your organization finds it valuable, consider [sponsoring its development](info@zeix.com) to help make web development **lightweight, accessible, and fun** again!
</card-callout>
</section>
<section>
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT), which means you can **use, modify, and distribute** it freely β even in commercial projects.
A copy of the license can be found in the [LICENSE](https://github.com/zeixcom/ui-element/blob/main/LICENSE) file of the repository.
</section>
<section>
## Version History
### Current Version: 0.13.3
<card-callout class="caution">
**Release candidate**
This version is a **pre-release** of UIElement, meaning **breaking changes** may still occur before the official release of version 1.0. Please check the [release notes](https://github.com/zeixcom/ui-element/releases) before updating.
</card-callout>
### Versioning Scheme
UIElement follows [Semantic Versioning](https://semver.org/) (SemVer), which is structured as <code>MAJOR.MINOR.PATCH</code>.
- **MAJOR**: Breaking changes that require migrations.
- **MINOR**: New features that are backwards compatible.
- **PATCH**: Bug fixes and performance improvements.
### Previous Pre-Releases
View all releases and associated notes on [Github Releases](https://github.com/zeixcom/ui-element/releases).
</section>
<section>
## Getting Involved
UIElement is **an open-source project**, and contributions are always welcome! Whether youβre **reporting bugs, improving documentation, or suggesting features**, here's how you can help:
- β
[Open an Issue](https://github.com/zeixcom/ui-element/issues) β Report bugs or suggest features.
- β
[Submit a Pull Request](https://github.com/zeixcom/ui-element/blob/main/CONTRIBUTING.md) β Help improve UIElement by fixing issues or adding new features.
- β
Join the Discussion β Share ideas and get feedback from the community.
### Contributing Code
- Fork the repository, create a new branch, and submit a pull request.
- Read the [Contributing Guidelines](https://github.com/zeixcom/ui-element/blob/main/CONTRIBUTING.md) for setting up a development environment and best practices.
### Community Guidelines
We strive for a welcoming and inclusive environment. Please follow our [Code of Conduct](https://github.com/zeixcom/ui-element/blob/main/CODE_OF_CONDUCT.md) when contributing.
</section>