---
title: Community UI libraries
url: https://citry.dev/community/ui-libraries/
description: "Find installable libraries of reusable Citry UI components."
---
# Community UI libraries

UI libraries package reusable components that applications can register with
their own Citry instance. Ownership badges distinguish Citry-maintained
libraries from independent community projects.



- [Citry UI](</ui-library/>) (citry maintained; published on PyPI): First-party styled components for building Citry application interfaces. Requires `citry>=0.4.2,<0.5.0`. Maintained by [Citry maintainers](</community/people/>). [Documentation](</ui-library/>) | [PyPI](<https://pypi.org/project/citry-ui/>) | [Source](<https://github.com/citry-dev/citry/tree/main/packages/py/citry_ui>)



## Publish a UI library

See [Component libraries](/advanced/component-libraries/) for the manifest and
installation contract. To request a listing, add an entry to
[`community_packages.yml`](https://github.com/citry-dev/citry/edit/main/docs_site/data/community_packages.yml){: target="_blank" rel="noopener"}
and open a pull request. The package does not need a `citry-` prefix, but it
must have public source and document the Citry versions it supports.

Independent packages are reviewed for directory fit, not audited or supported
by the Citry project.