<%= bs5_badge(text: 'Primary', style: :primary, pill: true) %> <%= bs5_badge(text: 'Secondary', style: :secondary, pill: true) %> <%= bs5_badge(text: 'Sucess', style: :success, pill: true) %> <%= bs5_badge(text: 'Danger', style: :danger, pill: true) %> <%= bs5_badge(text: 'Warning', style: :warning, pill: true) %> <%= bs5_badge(text: 'Info', style: :info, pill: true) %> <%= bs5_badge(text: 'Light', style: :light, pill: true) %> <%= bs5_badge(text: 'Dark', style: :dark, pill: true) %>