1.2.6 • Published 4 years ago

react-interactive-code-block v1.2.6

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

React Interactive Code Block Component

NPM JavaScript Style GuideLicense Known VulnerabilitiesDownloads

Reusable interactive code block component for React. Here you can find a live demo.

Install

npm install --save react-interactive-code-block

or

yarn add -D react-interactive-code-block

Usage

import CodeBlock from 'react-interactive-code-block'
import 'react-interactive-code-block/dist/index.css'

class Example extends Component {
  render() {
    return <CodeBlock
      message={'Interactive code block 😄'}
      typing
      speed={30}
      />
  }
}

Props

nametypeisRequireddefaultdescription
messagestringN/Atext shown in container
typingboolfalsetyping effect
speednumber-1velocity of the typing effect, requires typing
iconstringiconcopy icon
classNamestringundefinedclassName of the container
styleobject{}custom styles

Examples

License

MIT © mecm1993

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago