https://github.com/gustavoquinalha/buttons-css
Simple CSS for buttons and dropdowns.
https://github.com/gustavoquinalha/buttons-css
badges button-css buttons buttons-collection css dropdown sass
Last synced: 6 months ago
JSON representation
Simple CSS for buttons and dropdowns.
- Host: GitHub
- URL: https://github.com/gustavoquinalha/buttons-css
- Owner: gustavoquinalha
- License: mit
- Created: 2018-02-15T15:31:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T00:24:01.000Z (over 6 years ago)
- Last Synced: 2025-05-20T15:55:07.544Z (10 months ago)
- Topics: badges, button-css, buttons, buttons-collection, css, dropdown, sass
- Language: CSS
- Homepage: http://quinalha.me/buttons-css/
- Size: 298 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Buttons.css
Simple CSS for buttons and dropdowns.
# Demos
- [Online Demo](http://quinalha.me/buttons-css/)
- [Documentation](http://quinalha.me/buttons-css/#install)
- [Codepen Demo](https://codepen.io/gustavoquinalha/pen/paaKxq?editors=1100)
- [Playground](http://quinalha.me/playground-buttons-css/)
# Install
```
$ npm i @gustavoquinalha/buttons-css -D
```
```
$ yarn add @gustavoquinalha/buttons-css -D
```
or
```
```
# Docs
### Default
```html
Default
Default Link
```
### Sizes
```html
Button Large
Button Normal
Button Small
```
### Full width
```html
Full width
```
### Rounded
```html
Rounded
Link Rounded
```
### Primary colors
```html
Button primary
Button secundary
```
### Status
```html
Warning
Danger
Success
```
### Disabled
```html
Disabled
Disabled
```
### Buttons + icons
```html
Previous
Next
```
### Icons
```html
>
```
### Transparent background
```html
```
### Loading
```html
Loading
```
### Group buttons
```html
```
### Dropdowns
```html