Skip to content

Commit

Permalink
build: sandbox corrections (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
uipoet authored Dec 29, 2021
1 parent 499a108 commit 0e0137e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
11 changes: 0 additions & 11 deletions src/docs/components/example.tsx

This file was deleted.

12 changes: 8 additions & 4 deletions src/docs/pages/sandbox/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { FunctionComponent } from "react";
import styles from "./sandbox.module.css";

import { Example } from "../../components/example";

export const Sandbox: FunctionComponent = () => <Example module="button" />;
export const Sandbox = () => (
<iframe
className={styles.iframe}
src={`https://codesandbox.io/embed/github/ninja/ninjakit-examples/tree/master/?fontsize=14&hidenavigation=1&initialpath=%2F&module=%2Fsrc%2Fapp.tsx&theme=dark`}
title="ninjaKit"
></iframe>
);
File renamed without changes.

0 comments on commit 0e0137e

Please sign in to comment.