awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesReact

Syntax highlighting of code blocks specifically within React applications using component-based rendering.

Distinct from Code Highlighting: Distinct from Code Highlighting: focuses on React-based rendering, not terminal output.

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

Awesome React GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • react-syntax-highlighter/react-syntax-highlighterالصورة الرمزية لـ react-syntax-highlighter

    react-syntax-highlighter/react-syntax-highlighter

    4,638عرض على GitHub↗

    react-syntax-highlighter is a React component that renders source code with language-specific syntax coloring. It wraps the Prism and Highlight.js syntax highlighting libraries, tokenizing source code using their language grammars and mapping each token to a styled React element. The component operates in two styling modes: inline style objects applied directly to each token, or CSS class names that can be themed via external stylesheets. This dual-mode approach makes the highlighter portable across environments where CSS class injection may or may not be available. The component is built aro

    Parses source code into tokens and colors each token with language-specific styles in React.

    JavaScript
    عرض على GitHub↗4,638
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Content Styling
  5. Styling & Markup
  6. Code Highlighting
  7. React