1.0.0 • Published 2 years ago

sandpack-theme-nord v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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} />;
}