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 committed Jan 26, 2024
1 parent 3f0359f commit 69ed851
Show file tree
Hide file tree
Showing 9 changed files with 262 additions and 293 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";

const preview: Preview = {
parameters: {
Expand All @@ -10,6 +9,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 69ed851

Please sign in to comment.