PHPackages                             lexicon/nova-action-button-selectors - 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. lexicon/nova-action-button-selectors

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

lexicon/nova-action-button-selectors
====================================

A Laravel Nova asset.

v1.2.1(3y ago)1868.8k↓12.3%12[3 issues](https://github.com/pitchayakit/nova-action-button-selector/issues)[2 PRs](https://github.com/pitchayakit/nova-action-button-selector/pulls)MITJavaScriptPHP ^7.3|^8.0

Since Aug 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pitchayakit/nova-action-button-selector)[ Packagist](https://packagist.org/packages/lexicon/nova-action-button-selectors)[ Docs](https://pitchayakit.github.io/cv)[ RSS](/packages/lexicon-nova-action-button-selectors/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

Laravel Nova action button selector
===================================

[](#laravel-nova-action-button-selector)

This package allow you to change Nova actions from dropdown to buttons.

Requirements
------------

[](#requirements)

- `php: ^8`
- `laravel/nova: ^4`

How to install
--------------

[](#how-to-install)

```
composer require lexicon/nova-action-button-selectors

```

Detail page [![example_1](./docs/main_1.jpg)](./docs/main_1.jpg)

Index page with [inline action](https://nova.laravel.com/docs/4.0/actions/registering-actions.html#inline-actions)[![example_2](./docs/main_2.jpg)](./docs/main_2.jpg)

Usage
-----

[](#usage)

All Nova actions are changed from dropdown to buttons by default.

However, some actions you might need to show as dropdown which is default by Nova.

Add ActionAsButton trait at your Nova action

```
...
use Lexicon\ActionButtonSelector\ActionAsButton;

class NovaAction extends Action
{
    use ActionAsButton, ....;
...

```

Add `showInDropdown()` at your Nova resource

```
...

class NovaResource extends Resource {
...
    public function actions(NovaRequest $request)
    {
        return [
            Actions\NovaAction::make()->showInDropdown()
        ];
        ...
    }
}

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~44 days

Total

4

Last Release

1287d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d920d9aa3cc264f9d7539b115f9e05b7073f4d806c46b9c86c08c42275b4edd?d=identicon)[pitchayakit](/maintainers/pitchayakit)

---

Top Contributors

[![pitchayakit](https://avatars.githubusercontent.com/u/17026022?v=4)](https://github.com/pitchayakit "pitchayakit (25 commits)")[![Lednerb](https://avatars.githubusercontent.com/u/2056876?v=4)](https://github.com/Lednerb "Lednerb (1 commits)")

---

Tags

laravelnovaphplaravelnova

### Embed Badge

![Health badge](/badges/lexicon-nova-action-button-selectors/health.svg)

```
[![Health](https://phpackages.com/badges/lexicon-nova-action-button-selectors/health.svg)](https://phpackages.com/packages/lexicon-nova-action-button-selectors)
```

###  Alternatives

[ebess/advanced-nova-media-library

Laravel Nova tools for managing the Spatie media library.

6163.5M22](/packages/ebess-advanced-nova-media-library)[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2852.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2862.1M9](/packages/outl1ne-nova-sortable)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[advoor/nova-editor-js

A Laravel Nova field bringing EditorJs magic to Nova.

92219.3k3](/packages/advoor-nova-editor-js)[outl1ne/nova-page-manager

Page(s) and region(s) manager for Laravel Nova.

17947.0k](/packages/outl1ne-nova-page-manager)

PHPackages © 2026

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