SkillAgentSearch skills...

Comicbubbles

CSS-only 8 bit-like comic balloons

Install / Use

/learn @kaisermann/Comicbubbles
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

8 Bit-like Comic Bubbles

Simple CSS only, one element, 8 Bit-like comic bubble. Based on http://wigflip.com/ds/.

Classes

  • .cbbl
    • Obligatory. Defaults to left side balloon.
  • .cbbl.-right
    • Optional. Makes the bubble tail go to the right side.
  • .cbbl.-up
    • Optional. Makes the bubble tail come from the balloon's upper side. Works with .-right
  • .cbbl.-hover
    • Optional. Indicates that the bubble will change colors on mouse hover.
  • .cbbl.-btn
    • Optional. Indicates that the bubble will be used as a button (with click transform animation).
  • .cbbl.-no-selection
    • Optional. Makes the bubble unselectable by the user's cursor.

Installation

  • bower install --save comicbubbles
  • npm install comicbubbles
  • yarn add comicbubbles

Examples & some usages

You can see some examples on codepen: http://codepen.io/chrispif/pen/xZWVrG

  • Custom button;
  • Section title;
  • Input boxes (remove the input borders);
  • And of course, actual speech bubbles.
Sample code
<div class="cbbl"> Hello </div>
<br>
<div class="cbbl -right"> How are you? </div>

Will produce:

Compatibility

IE 9+, Chrome, Safari, Firefox, Opera...

Observations

  1. To rebuild the project, just run 'gulp' on your terminal.
  2. To change the hover colors you can simply rebuild the project with a different value on the variables or you can just search and replace the default colors values.

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated1y ago
Forks5

Languages

CSS

Security Score

65/100

Audited on Jan 23, 2025

No findings