diff --git a/playground/app.scss b/playground/app.scss index b471a02..ba7f0e0 100644 --- a/playground/app.scss +++ b/playground/app.scss @@ -11,7 +11,6 @@ body { align-items: center; .border { display: flex; - flex-direction: column; gap: 0.5rem; > * { background: #fff; diff --git a/playground/app.tsx b/playground/app.tsx index 4529d80..824f3c1 100644 --- a/playground/app.tsx +++ b/playground/app.tsx @@ -4,14 +4,13 @@ import './app.scss' export default () => { - function onSelect(value) { - alert(`You select ${value.weekYear} - ${value.weekNum}`) - } - return (
- + +
+
+
)