Simple buttons you can use easily for your next project.
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">
- Clone the repository
git clone https://github.com/shahednasser/sbuttons.git
- Run NPM install
npm install
Please see the contributing guidelines for details.