diff --git a/frontend/src/components/Card.vue b/frontend/src/components/Card.vue new file mode 100644 index 0000000..8307a0e --- /dev/null +++ b/frontend/src/components/Card.vue @@ -0,0 +1,70 @@ + + + + + + {{ title }} + + + + \ No newline at end of file diff --git a/frontend/src/components/Toggle.vue b/frontend/src/components/Toggle.vue index b88cd9e..83985b6 100644 --- a/frontend/src/components/Toggle.vue +++ b/frontend/src/components/Toggle.vue @@ -1,12 +1,21 @@ Film - + Anime @@ -50,7 +59,7 @@ left: 0; right: 0; bottom: 0; - background-color: #ccc; + background-color: #42b883; -webkit-transition: .4s; transition: .4s; } diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue index 0b593e4..863800b 100644 --- a/frontend/src/views/HomeView.vue +++ b/frontend/src/views/HomeView.vue @@ -1,11 +1,17 @@ - - test search - + + + + + + Search + + - \ No newline at end of file + + + + + + + + \ No newline at end of file