astrogoat / fictionary
Fictionary sections for Strata
Fund package maintenance!
astrogoat
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.3
- astrogoat/strata: ^0.7.7
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.3|^7.0
- orchestra/testbench: ^6.15|^8.5
- pestphp/pest: ^1.18|^2.16
- pestphp/pest-plugin-laravel: ^1.1|^2.2
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8|^5.15
README
Fictionary is a collection of sections that can be used in your project.
Installation
You can install the package via composer:
composer require astrogoat/fictionary
Customization
You can define your own accent colors by defining CSS variables for scale of accent colors.
If you're using Tailwind you’ll need to define those variables as just the color channels if you want them to work with the opacity modifier syntax. See Tailwind documentation for more information.
html body { --fictionary-accent-color-50: 242 253 250; --fictionary-accent-color-100: 213 250 241; --fictionary-accent-color-200: 174 244 228; --fictionary-accent-color-300: 134 231 212; --fictionary-accent-color-400: 104 209 191; --fictionary-accent-color-500: 85 181 166; --fictionary-accent-color-600: 67 146 136; --fictionary-accent-color-700: 53 116 110; --fictionary-accent-color-800: 43 93 89; --fictionary-accent-color-900: 37 77 74; --fictionary-accent-color-950: 18 46 46; }
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.