Skip to content

adenin-platform/fluent-tailwind

Repository files navigation

Fluent Tailwind

Status: Work in Progress (WIP)

Overview

Fluent Tailwind is a project that integrates the latest Tailwind CSS v4 beta with updated ShadCN components. The goal is to theme ShadCN components to match Microsoft Fluent UI using Fluent UI tokens and SharePoint JSON themes.

Features

  • Tailwind CSS v4 Beta: Leveraging the latest features and improvements from Tailwind CSS.
  • ShadCN Components: Updated components for a modern and consistent UI.
  • Fluent UI Tokens: Using Microsoft Fluent UI design tokens for consistent theming.
  • SharePoint JSON Themes: Applying SharePoint JSON themes to ensure seamless integration with Microsoft environments.

Installation

To get started with Fluent Tailwind, follow these steps:

  1. Clone the repository:
git clone https://github.com/yourusername/fluent-tailwind.git
  1. Navigate to the project directory:
cd fluent-tailwind
  1. Install dependencies:
npm install

Usage

To start the development server, run:

npm run dev

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements