A little bit of utility classes related to css 3d transform
The @kamona/tailwindcss-perspective is a utility plugin for Tailwind CSS that offers classes related to CSS 3D transform. It is designed to work with Tailwind CSS in ‘jit’ mode and is not yet compatible with Tailwind CSS v3.
To install the @kamona/tailwindcss-perspective plugin, you need to follow these steps:
Install the plugin from npm:
npm install @kamona/tailwindcss-perspective
Add the plugin to your tailwind.config.js file:
module.exports = {
// Other Tailwind CSS configurations
plugins: [
require('@kamona/tailwindcss-perspective'),
],
}
The @kamona/tailwindcss-perspective is a Tailwind CSS plugin that enhances CSS 3D transform capabilities by providing utility classes for perspective, rotation, translation, and perspective origins. It is specifically designed to work in ‘jit’ mode and not yet compatible with Tailwind CSS v3. This plugin can be a useful addition for developers looking to incorporate 3D transformations into their projects efficiently.