PHPackages                             lampone/bard-style-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lampone/bard-style-select

ActiveStatamic-addon[Utility &amp; Helpers](/categories/utility)

lampone/bard-style-select
=========================

v1.0.1(4y ago)043MITJavaScriptPHP ^7.4|^8.0

Since Jun 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Lampone/bard-style-select)[ Packagist](https://packagist.org/packages/lampone/bard-style-select)[ RSS](/packages/lampone-bard-style-select/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Statamic Bard StyleSelect Plugin
================================

[](#statamic-bard-styleselect-plugin)

Lets you select of predefined styles (classes) and apply them to inline text.

Installation
------------

[](#installation)

Install the addon using Composer:

```
composer require lampone/bard-style-select
```

Publish the config to define your own styles:

```
php please vendor:publish --tag=bard-style-select-config
```

```
return [
    'styles' => [
        [
            'classes' => 'custom-underline',                // written like in html "class-1 class-2"
            'name' => 'Custom Underline',                   // name display in cp
            'cp_style' => 'border-bottom: 1px solid gray;'  // style applied in cp
        ],
    ]
];
```

Add `styleselect` to the bard blueprint, to show at the position you want to

```
buttons:
  - h2
  - h3
  - bold
  - italic
  - styleselect
  - unorderedlist
  - orderedlist
  - removeformat
  - quote
  - anchor
  - image
  - table
```

Thanks
------

[](#thanks)

Thanks to  and  for examples on how to develop a Bard-Plugin.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1785d ago

Major Versions

v0.0.2 → v1.0.02021-06-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/45634a07f9dc1783cf32ca5c996ff0c031687d6a7b4ddb9ef9aafdd1b09f3b9f?d=identicon)[Lampone](/maintainers/Lampone)

---

Top Contributors

[![Lampone](https://avatars.githubusercontent.com/u/19612258?v=4)](https://github.com/Lampone "Lampone (5 commits)")

### Embed Badge

![Health badge](/badges/lampone-bard-style-select/health.svg)

```
[![Health](https://phpackages.com/badges/lampone-bard-style-select/health.svg)](https://phpackages.com/packages/lampone-bard-style-select)
```

###  Alternatives

[statamic/seo-pro

65440.7k](/packages/statamic-seo-pro)[jacksleight/statamic-bard-texstyle

17172.5k](/packages/jacksleight-statamic-bard-texstyle)[marcorieser/statamic-livewire

A Laravel Livewire integration for Statamic.

2381.5k10](/packages/marcorieser-statamic-livewire)[withcandour/aardvark-seo

Save time and get your Statamic site to rank better with the SEO addon for Statamic.

13128.3k](/packages/withcandour-aardvark-seo)[alt-design/alt-sitemap

Alt Sitemap addon, create a sitemap from Statamic entries

1219.0k](/packages/alt-design-alt-sitemap)[studio1902/statamic-peak-tools

11146.7k](/packages/studio1902-statamic-peak-tools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
