Package Exports
- sandpack-theme-nord
- sandpack-theme-nord/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sandpack-theme-nord) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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} />;
}