A simple TypeScript script to convert your ShadCN components to RTL-ready by transforming Tailwind CSS class names.
The Shadcn-RTL is an innovative CLI tool designed to simplify the process of making your ShadCN components compatible with right-to-left (RTL) layouts. By transforming Tailwind CSS class names, it effectively addresses the growing need for RTL support in web applications, enabling developers to cater to a broader audience with ease. With its user-friendly installation and usage instructions, this tool is a must-have for anyone working with internationalization and localization in their projects.
src/components), streamlining the workflow for developers.Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.