awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • react-syntax-highlighter/react-syntax-highlighterAvatar de react-syntax-highlighter

    react-syntax-highlighter/react-syntax-highlighter

    4,638Voir sur 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
    Voir sur 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