Installation

Installing Splendid Tailwind

You can install Splendid Layouts through npm.

Terminal window
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.

tailwind.config.js
export default {
presets: [ /* presets go here */ ],
plugins: [ /* plugins go here */ ],
}