react-cdx
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

React CDX

Code snippet rendering and interaction library for React.

Features

  • 💅 Styling-agnostic (raw CSS, CSS-in-JS, pre-built themes).
  • 🎯 Focused lines.
  • 💎 Interactive code tokens.

Getting started

npm install react-cdx
import React from 'react'
import { Code } from 'react-cdx'

export function Example() {
  return (
    <Code
      code={`
function multiply(a, b) {
  return a * b
}
    `}
    />
  )
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.4
    0
    • latest

Version History

Package Sidebar

Install

npm i react-cdx

Weekly Downloads

5

Version

0.4.4

License

MIT

Unpacked Size

122 kB

Total Files

12

Last publish

Collaborators

  • kettanaito