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)1764.5k↓14.3%12[2 PRs](https://github.com/pitchayakit/nova-action-button-selector/pulls)MITJavaScriptPHP ^7.3|^8.0

Since Aug 15Pushed 2y ago2 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 1mo 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

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community14

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

1240d 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

[optimistdigital/nova-sortable

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

2872.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.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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