https://github.com/codedthemes/uiable
Free, open-source UI component library built with Next.js, React 19, Tailwind CSS v4, and shadcn/ui — beautifully designed components you can copy, customize, and make your own.
https://github.com/codedthemes/uiable
base-ui free nextjs open-source react shadcn-ui tailwindcss-v4
Last synced: 3 days ago
JSON representation
Free, open-source UI component library built with Next.js, React 19, Tailwind CSS v4, and shadcn/ui — beautifully designed components you can copy, customize, and make your own.
- Host: GitHub
- URL: https://github.com/codedthemes/uiable
- Owner: codedthemes
- License: mit
- Created: 2026-04-04T06:27:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-06-20T16:45:53.000Z (12 days ago)
- Last Synced: 2026-06-20T18:22:10.480Z (12 days ago)
- Topics: base-ui, free, nextjs, open-source, react, shadcn-ui, tailwindcss-v4
- Language: TypeScript
- Homepage: https://uiable.com
- Size: 86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
UIAble
Free React Tailwind Admin Template for Design Engineers
## Overview
UIAble is a free Tailwind CSS admin dashboard template built with React. It provides the best possible user experience with highly customizable feature-rich pages. The template features an easy, intuitive, and fully responsive design that works beautifully across all devices.
## Why UIAble?
UIAble offers everything you need to create dashboards with high-end modern features:
- Modern aesthetics UI design
- Fully Responsive, with support for all modern browsers
- Easy to use code structure
- Flexible & High-Performance code
- Comprehensive Documentation Guide
## Features
- Built with Next.js 16 App Router and React 19.2
- Tailwind CSS v4 & shadcn/ui components integration
- Support for Dark and Light modes
- Extensive data visualization with ApexCharts and Recharts
- State management using React Context API
- Form handling and validation capabilities
- Advanced Tables using @tanstack/react-table
- Automatic code splitting and optimized fonts
## Installation
Clone the repository from Github:
```bash
git clone https://github.com/codedthemes/uiable.git
```
Navigate into the directory and install dependencies:
```bash
cd uiable
npm install
```
Start the Next.js development server:
```bash
npm run dev
```
## Contributing
Visit our [contributing guide](https://github.com/codedthemes/uiable/contribute) to learn how to contribute. It only takes ~5 minutes to add your own!
## License
- Licensed under [MIT](https://github.com/codedthemes/uiable/blob/master/LICENSE)