awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Text Highlighting Utilities · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesText Highlighting Utilities

Tools and logic for identifying and styling text matches within user interfaces, including support for case and accent insensitivity.

Distinguishing note: Focuses on the logic of text matching for UI highlighting rather than general-purpose search indexing or string manipulation.

Explore 1 awesome GitHub repository matching user interface & experience · Text Highlighting Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Text Highlighting Utilities

Awesome Text Highlighting Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • mantinedev/mantine

    mantinedev/mantine

    30,577View on GitHub↗

    Mantine is a comprehensive component library for building accessible and responsive web applications. It provides a foundational set of UI elements and layout primitives, anchored by a base component that supports consistent styling, spacing, and layout properties across the entire interface. The library is built on a design-driven theme engine that uses a provider-based system to propagate global design tokens and color schemes throughout an application. The library distinguishes itself through a robust architecture that emphasizes component composition and reusable interaction logic. It uti

    Case-insensitive: 'hello' matches 'Hello', 'HELLO', 'hElLo', etc. (controlled by caseInsensitive, defaults to true) Accent-insensitive: 'cafe' matches 'café', 'cafè', 'CAFÉ', etc. (controlled by `accentIn

    TypeScriptdark-modedark-themehooks
    30,577View on GitHub↗