diff --git a/docs/_data/menu.yml b/docs/_data/menu.yml index c047649c..a20f89b9 100644 --- a/docs/_data/menu.yml +++ b/docs/_data/menu.yml @@ -13,6 +13,7 @@ Toastr: '/library/toastr/' Themes NEW: + All Themes: '/themes/' Minimal: '/theme/minimal/' Amber: '/theme/amber/' Crystal: '/theme/crystal/' diff --git a/docs/pages/themes/index.html b/docs/pages/themes/index.html new file mode 100644 index 00000000..f01981de --- /dev/null +++ b/docs/pages/themes/index.html @@ -0,0 +1,441 @@ +--- +permalink: /themes/ +title: Theme Gallery +description: Explore 26 beautiful notification themes for PHPFlasher. From minimal to material design, iOS to Slack-style - find the perfect look for your application. +--- + +
+ Choose from professionally designed themes. From minimalist to brand-inspired styles - find the perfect look for your application. +
+ + +Familiar styles from popular platforms
+Google Material Design
+Apple iOS notifications
+Slack messaging style
+Amazon-inspired alerts
+Facebook notification style
+Google-style notifications
+Elegant color palettes inspired by precious stones
+Bold ruby red accents
+Elegant blue elegance
+Modern green palette
+Soft jade colors
+Warm amber tones
+Dark mode sleek
+Transparent design
+Gradient effects
+Clean, simple, and versatile designs
+Click any button to see the theme in action
+// config/flasher.php (Laravel)
+return [
+ 'default' => 'theme.material',
+];
+ // PHP
+flash()->use('theme.material')->success('Operation completed!');
+
+// JavaScript
+flasher.use('theme.material').success('Operation completed!');
+ + Try all themes in our interactive playground and see which one fits your project best. +
+ + + Open Playground + +