diff --git a/.gitignore b/.gitignore index 7e97bf7..6371625 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Logs logs *.log +.idea/* node_modules \ No newline at end of file diff --git a/front-end/component-playground/index.html b/front-end/component-playground/index.html index c931765..cd8d204 100644 --- a/front-end/component-playground/index.html +++ b/front-end/component-playground/index.html @@ -1,128 +1,182 @@ - - Lanflix Component Playground - - - - - - - - + + Lanflix Component Playground + + + + + + + + + + + + + + + + -

Other Components

- + + -
-

Components

-

An overview of all developed components and how to use them

- -

Basic Components

-
- -

.lf-button

-

Lanflix button design (just an example, needs to be reworked)

+ +
+

Components

+

An overview of all developed components and how to use them

-
-
-

Usage

-

+    

Basic Components

+
+ +

.lf-button

+

Lanflix button design (just an example, needs to be reworked)

+ +
+
+

Usage

+

 <button class="lf-button">Click me</button>
                             
-
- -
-

Result

-
-
-
-
-

Other Components

-
- -

.lf-gh-fork-ribbon

-

Displays the Github fork ribbon

- -
-
-

Usage

-

+            
+ +
+

Result

+
+
+ +
+

Other Components

+
+ +

.lf-gh-fork-ribbon

+

Displays the Github fork ribbon

+ +
+
+

Usage

+

 <div class="lf-gh-fork-ribbon"></div>
                         
-
+
-
-

Result

-
-
- -
+
+

Result

+
+
+ + + +
+ +

Title Card

+
+
Rico and Morty
+ +
+
+
Rico and Morty
+ +
+
+ + +

Video Components

-

Video Components

+
- - - + \ No newline at end of file