Skip to content

borisdedejski/code-box

Repository files navigation

Package: https://www.npmjs.com/package/react-code-box
Package Repo: https://github.com/borisdedejski/react-code-box
Demo: https://github.com/borisdedejski/react-code-box-demo

alt text alt text

Demo

https://github.com/borisdedejski/react-code-box-demo

Installation

With Yarn: yarn add react-code-box With npm: npm install react-code-box

Usage

You can override classes and styles on the CodeBox via its props style and className.

Props that CodeBox receives are: variant: "dark" | "light"; title: string; code: string; style?: CSSProperties; className?: string; id: string;

It comes in two variants, it can rather be dark or light.

Test

  1. Clone the repo git clone https://github.com/borisdedejski/react-code-box-demo
  2. Install dependencies yarn install
  3. Start yarn start

Feel free to contribute as well

**Note: Feel free to contribute

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published