Fictionary is a collection of sections that can be used in your project.
You can install the package via composer:
composer require astrogoat/fictionary
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;
}
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.