sandpack-theme-nord
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

sandpack-theme-nord

Implementation of the Nord theme (https://www.nordtheme.com/) for Sandpack (https://sandpack.codesandbox.io/docs/).

Installation

npm i --save sandpack-theme-nord

Usage

import { Sandpack } from "@codesandbox/sandpack-react";
import { nord } from "sandpack-theme-nord";

export default function App() {
  return <Sandpack theme={nord} />;
}

Dependents (0)

Package Sidebar

Install

npm i sandpack-theme-nord

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.85 kB

Total Files

15

Last publish

Collaborators

  • pkerschbaum