pop-box
v3.0.0
Published
This react component allows you to highlight a static note in your component and make it look prettier wherever you want.
Downloads
5
Readme
Code Highlight
This react component allows you to highlight a static note in your component and make it look prettier wherever you want.
Installation
To install this Component, run yarn add code-highlight
or npm install code-highlight
.,
Usage
To use the component, In your react Application just do
import React from 'react';
import CodeHighlight from 'code-highlight';