Skip to content

A collection of frequently used website components to speed up your development cycle.

Notifications You must be signed in to change notification settings

oh-pun-sauce/componento

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Componento

A collection of frequently used website components to speed up your development cycle.

Resources are mostly collected from Codepen. Credits to the respective owners are given in the README.md in the respective folders.

Live Demo

Components currently available

  • Card layout

    • Simple card layout
  • Countdown timer

  • Navbar

    • Simple Navbar
    • Navbar with scroll effect
    • Navbar with dark mode toggle

Contribution

  • Fork this repo, add your components, and submit it as pull request.
  • Organize the code in folders with appropriate names. Please don't use spaces in folder names.
  • Add only the necessary code for each component.
  • Organize the code into proper files (.css, .js etc) (Don't add every piece of code into a single HTML file)
  • Add necessary comments if possible
  • Add a README.md file in each folder indicating the dependencies/frameworks used and any other relevant details.
  • Give proper credits to the owners in the README file in each folder