Jellyfish contains simple styles for chips; elements which can be used to display relevant information to the side of a parent or independently. They are sized with em units, to scale based on the parent.
Paragraph Chip
A stand-alone chipWrap chips in an element with class .chip-list to group them into a list. Chips in a chip list have consistent spacing and will wrap over multiple lines.
Wrap two or more chips in a .chip-group class to group them together.
Use modifier classes to change the coloring / semantics of the chip, or to display the chip as an outlined chip.
Chips can be nested...
It's easy to create chips with additional color schemes; simply add a new color to the $colors SCSS map. As with buttons, Jellyfish will automatically determine the best text color for the chip based on the contrast ratio against the chip background color.