2.0.1 • Published 11 months ago

@team.poi/code_block v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@team.poi/code_block

Code Block

Installation

NPM

npm install @team.poi/code_block

Yarn

yarn add @team.poi/code_block

Usage

import { CodeBlock } from "@team.poi/code_block";
export default function Home() {
  return (
    <CodeBlock
      code={
        '#include <bits/stdc++.h>\nusing namespace std;\nint main() {\n\tcout << "Hello, World!";\n}'
      }
      language="c++"
    />
  );
}
2.0.1

11 months ago

2.0.0

11 months ago

1.1.0

11 months ago

1.0.1-2

11 months ago

1.0.1-1

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago