marc0tjevp / Github-Box-Material

A GitHub widget made with MaterializeCSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-Box-Material

A GitHub repository widget made with MaterializeCSS

alt text

Description

GitHub-Box-Material is a little widget that gives you the posibility to show a repository on a webpage.

Dependencies

This widget makes use of MaterializeCSS and Font Awesome.

Usage

Include github-repos.js, github-repos.css in any page where you want to display a GitHub-Box.

Display a GitHub-Box:

<a href="//github.com/marc0tjevp/United-GTK">United GTK</a>

Create a main object that receives a selector, for which element will be replaced with a GitHub-Box. The link should have this class:

GHRepos.create('.gitbox')

You can also give it a surrounding to tag. This way all the links in it will become Github-Boxes:

GHRepos.create('projects a')

License

This is distributed under the terms of the GNU General Public License, version 2 or later.

About

A GitHub widget made with MaterializeCSS


Languages

Language:JavaScript 60.9%Language:CSS 39.1%