From 536fa6c917d63b14feeb8f876e6a1d62acb577fc Mon Sep 17 00:00:00 2001 From: Sam Light Date: Thu, 12 Feb 2026 00:23:02 +0000 Subject: Created new dropdown toolbar item --- src/Toolbar/Dropdown/Link.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/Toolbar/Dropdown/Link.php (limited to 'src/Toolbar/Dropdown/Link.php') diff --git a/src/Toolbar/Dropdown/Link.php b/src/Toolbar/Dropdown/Link.php new file mode 100644 index 0000000..2602f41 --- /dev/null +++ b/src/Toolbar/Dropdown/Link.php @@ -0,0 +1,30 @@ + $this->getAttributes([ + 'href' => $this->href, + ]), + 'slot' => $this->slot, + ] + ); + } +} -- cgit v1.2.3