Installation
Installing Splendid Tailwind
You can install Splendid Layouts through npm.
npm install @splendidlabz/tailwind
Then, import the presets and plugins you wanna use. The instructions for each preset and plugin can be found on their respective pages.
export default { presets: [ /* presets go here */ ], plugins: [ /* plugins go here */ ],}