🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cosier/ra-ui-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosier/ra-ui-tailwind

UI Components for react-admin with Tailwind CSS

latest
Source
npmnpm
Version
1.0.24
Version published
Weekly downloads
129
21.7%
Maintainers
1
Weekly downloads
 
Created
Source

ra-ui-tailwind

UI Components for react-admin with Tailwind CSS.

This package provides a Tailwind CSS-based alternative to the Tailwind CSS components used by default in react-admin.

Features

  • Lightweight styling with Tailwind CSS utilities
  • Fully accessible components using Headless UI
  • Dark mode support
  • Responsive design
  • Customizable theme via Tailwind configuration

Installation

npm install ra-ui-tailwind
# or
yarn add ra-ui-tailwind

Usage

Replace the default Tailwind CSS components with Tailwind-based ones:

import { Admin, Resource } from 'react-admin';
import { Layout } from 'ra-ui-tailwind';
import dataProvider from './dataProvider';

const App = () => (
    <Admin layout={Layout} dataProvider={dataProvider}>
        <Resource name="posts" />
    </Admin>
);

Development Status

This package is currently under development as a replacement for ra-ui-tailwind.

FAQs

Package last updated on 19 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts