PHPackages                             norman-huth/nova-iframe-popup - 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. norman-huth/nova-iframe-popup

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

norman-huth/nova-iframe-popup
=============================

A Laravel Nova field.

1.0.0(4y ago)637.1k↓33.3%7[1 issues](https://github.com/Muetze42/nova-iframe-popup/issues)MITVuePHP ^8.0

Since Apr 22Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Muetze42/nova-iframe-popup)[ Packagist](https://packagist.org/packages/norman-huth/nova-iframe-popup)[ RSS](/packages/norman-huth-nova-iframe-popup/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Laravel Nova Iframe Popup Field
===============================

[](#laravel-nova-iframe-popup-field)

With this field you create a button which displays an iframe in a popup (visually oriented to Inertia.js).

[![1](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/1.png)](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/1.png)[![2](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/2.png)](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/2.png)[![3](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/3.png)](https://raw.githubusercontent.com/Muetze42/asset-repo/main/nova-iframe-popup/images/3.png)

Install
-------

[](#install)

`composer require norman-huth/nova-iframe-popup`

Usage
-----

[](#usage)

```
IframePopup::make(__('Url'), 'url'),

IframePopup::make('', 'url', function () {
    return 'https://huth.it';
})->icon('eye')->sufText('Help'),
```

### Options

[](#options)

#### Change Icon ([Heroicon](https://heroicons.com/))

[](#change-icon-heroicon)

```
IframePopup::make(__('Url'), 'url')->icon('eye'),
```

#### Change Icon ([Font Awesome](https://fontawesome.com/))

[](#change-icon-font-awesome)

Font Awesome is not included and must be added manually!

```
IframePopup::make(__('Url'), 'url')->faIcon('fa-solid fa-arrow-up-right-from-square'),
```

#### Remove Icon

[](#remove-icon)

```
IframePopup::make(__('Url'), 'url')
    ->icon('')
    ->preText(__('Show me')),
```

---

#### Add text before the icon

[](#add-text-before-the-icon)

```
IframePopup::make(__('Url'), 'url')->preText(__('Click me')),
```

#### Add text after the icon

[](#add-text-after-the-icon)

```
IframePopup::make(__('Url'), 'url')->sufText(__('Help')),
```

---

#### Change button class

[](#change-button-class)

```
IframePopup::make(__('Url'), 'url')->btnClass('btn-primary'),
```

---

#### Add class to DIV container

[](#add-class-to-div-container)

```
IframePopup::make(__('Url'), 'url')->containerClass('text-center'),
```

##### Add class to DIV container (index view)

[](#add-class-to-div-container-index-view)

```
IframePopup::make(__('Url'), 'url')->containerClassIndex('text-center'),
```

##### Add class to DIV container (detail view)

[](#add-class-to-div-container-detail-view)

```
IframePopup::make(__('Url'), 'url')->containerClassDetail('text-center'),
```

##### Add class to DIV container (form view)

[](#add-class-to-div-container-form-view)

```
IframePopup::make(__('Url'), 'url')->containerClassForm('text-center'),
```

---

[![More Laravel Nova Packages](https://raw.githubusercontent.com/Muetze42/asset-repo/main/svg/more-laravel-nova-packages.svg)](https://huth.it/nova-packages)

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine/)[![Woman. Life. Freedom.](https://raw.githubusercontent.com/Muetze42/Muetze42/2033b219c6cce0cb656c34da5246434c27919bcd/files/iran-banner-big.svg)](https://linktr.ee/CurrentPetitionsFreeIran)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

1487d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (15 commits)")

---

Tags

laravellaravel-novalaravel-nova-fieldnovanova-4nova-fieldnova-fieldslaravelnova

### Embed Badge

![Health badge](/badges/norman-huth-nova-iframe-popup/health.svg)

```
[![Health](https://phpackages.com/badges/norman-huth-nova-iframe-popup/health.svg)](https://phpackages.com/packages/norman-huth-nova-iframe-popup)
```

###  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)
