Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.39 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.39 KB

sButtons

GitHub license Small Size! PRs Welcome Open Source Love svg1

Simple buttons you can use easily for your next project.

Usage

You can download the CSS file here and then add it to your html file inbetween the <head> tags:

<link rel="stylesheet" href="/path/to/sbuttons.min.css">

Or instead of downloading the file, you can use the CDN:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/shahednasser/sbuttons/dist/sbuttons.min.css">

Installation

  1. Clone the repository
    git clone https://github.com/shahednasser/sbuttons.git
    
  2. Run NPM install
    npm install
    

Contribution

Please see the contributing guidelines for details.

LICENSE

MIT