--- id: streamlit-quill version: "0.0.3" license: unclear license_treatment: unclear maintenance: dormant --- # streamlit-quill — Quill component for Streamlit License: unclear · Maintenance: dormant · Downloads: 105.7K/mo ## What it is and what it does Streamlit Quill wraps the React Quill rich-text editor as a Streamlit component, letting you embed a formatted text editor directly into Streamlit applications. It depends only on Streamlit and provides a simple interface to capture user-edited HTML or text content. The package is dormant—its last release and commit were both on 2020-09-27. While the repository is not archived and has modest community interest (75 stars), there is no active maintenance or updates. It remains compatible with current Python versions (requires >=3.6) and installs with low friction, but you should verify that it works with your target Streamlit version and understand that bug fixes or feature updates are unlikely. Use it for: - Build a Streamlit form that captures rich-text input (bold, italic, lists, links) from users. - Create a content management interface in Streamlit where users edit formatted text before saving. - Prototype a document editor or note-taking app within Streamlit's interactive framework. - Allow users to compose formatted messages or descriptions in a Streamlit dashboard. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Embeds a React Quill rich-text editor component into Streamlit applications, allowing users to create and edit formatted text content within a Streamlit UI. Yes, if you need a quick rich-text editor in Streamlit and can tolerate dormant maintenance. The package is lightweight, installs easily, and has no known vulnerabilities. However, verify license terms first and test compatibility with your Streamlit version—no updates since 2020-09-27 means you're on your own for compatibility issues or bugs. ## Install pip install streamlit-quill uv add streamlit-quill poetry add streamlit-quill ## Installing streamlit-quill Before you install: Installation is straightforward with low friction. The package is dormant—no releases or commits since 2020-09-27—so it receives no active maintenance, though the repository remains public and unarchived. License in practice: License treatment is unclear; no SPDX identifier or raw license text is available in the package metadata. Verify the actual license before use in proprietary or restricted contexts. Quickstart: pip install streamlit-quill import streamlit as st from streamlit_quill import st_quill content = st_quill() Requires Streamlit as a runtime dependency; the component integrates into Streamlit applications only. Verify before relying: - Exact license terms—metadata lists no SPDX or raw license text; check the GitHub repository directly. - Whether the component remains compatible with recent Streamlit versions given no updates since 2020-09-27. - Feature completeness and any known limitations compared to the upstream React Quill library. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 105.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags streamlit rich text editor, quill editor component, streamlit text formatting, react quill streamlit, streamlit wysiwyg editor, streamlit html editor, formatted text input streamlit, streamlit-component, rich-text-editor, ui-widget [View on SkillFed](https://skillfed.io/packages/streamlit-quill) · [View on PyPI](https://pypi.org/project/streamlit-quill/)