diff --git a/README.md b/README.md index d3e5100..c4ab16c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,15 @@ Open source in frontend development is a gateway to growth. Here's why: **4. Make changes and commit:** - Make your desired changes to the files in your local repository. +- New component should be added in this manner only : *`components/`* with having index.html file inside it. Do some required changes in **components.json** file and add Name , URL (*Same as folder name of the component*) , Author name and Image-URL . Your changes should be like this : + ``` + { + "name" : "Name of the component", + "url" : "Component's folder name", + "authorName" : "My Name", + "imgUrl" : "./images/example.jpg" + } + ``` - Use the following commands to stage and commit your changes: - `git add.` - `git commit -m "Your message"` diff --git a/components.html b/components.html index 6861ca1..77bbd36 100644 --- a/components.html +++ b/components.html @@ -38,26 +38,10 @@ -
- -
-
-
-

Login Page

-

By : 12Kishan

-
-
+
+ + - -
-
-
-
-

Contact Form

-

By : NaitikPatel-325

-
-