Tailwind Fieldtype is a Statamic addon that provides a Tailwind color picker.
NOTE: This fieldtype does not ensure the CSS classes are available in your frontend.
- Choose "advanced" mode for all shades
- Choose "simple" mode for just a single color selection
- Add a prefix like
bg
ortext
, so the class is ready to go (e.g.bg-red-500
)
You can search for this addon in the Tools > Addons
section of the Statamic control panel and click install, or run the following command from your project root:
composer require krakero/tailwind-fieldtype
Once you install the addon you will need to run krakero:tailwind-config
. This command will look for the tailwind.config.js
file located in your project root and generate a tailwind.config.php
file for use by all Tailwind Picker fields.
NOTES:
- If you make changes to your config file you will need to run this command again.
- The
tailwind.config.php
file should be committed with your code.- This package needs to run
npm install
in its directory to be able to convert the config file