Skip to content

Commit

Permalink
#15 - feat: implemented the pagination component
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland authored and svenvandescheur committed Feb 1, 2024
1 parent d1ddabd commit fb7285e
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 292 deletions.
14 changes: 13 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Preview } from "@storybook/react";
import * as React from "react";

import "../src/settings/tokens.css";

Expand All @@ -12,6 +11,19 @@ const preview: Preview = {
date: /Date$/i,
},
},
backgrounds: {
default: "default-storybook-background",
values: [
{
name: "default-storybook-background",
value: "#ffffff",
},
{
name: "mykn-light",
value: "#ecf1ff",
},
],
},
layout: "fullscreen",
},
};
Expand Down
Loading

0 comments on commit fb7285e

Please sign in to comment.