https://github.com/tanishraj/barebones-ui
A React based UI Library.
https://github.com/tanishraj/barebones-ui
react-library react-ui-components tailwind-css
Last synced: 7 months ago
JSON representation
A React based UI Library.
- Host: GitHub
- URL: https://github.com/tanishraj/barebones-ui
- Owner: tanishraj
- Created: 2024-11-13T18:19:11.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2025-04-10T23:55:13.000Z (7 months ago)
- Last Synced: 2025-04-11T00:28:40.304Z (7 months ago)
- Topics: react-library, react-ui-components, tailwind-css
- Language: TypeScript
- Homepage: https://tanishraj.github.io/barebones-ui/
- Size: 2.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barebones-ui Library



A modern, customizable React UI library built with TypeScript and Tailwind CSS.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)
## Features
- 🚀 **Customizable**: Easily customize components to fit your design needs.
- 📦 **TypeScript Support**: Fully typed components for type safety and IntelliSense.
- 🎨 **Tailwind CSS**: Built with Tailwind CSS for rapid UI development.
- 📱 **Responsive Design**: Components are responsive and mobile-friendly.
- ♿ **Accessible**: Designed with accessibility in mind.
## Installation
Install the library using npm or yarn:
```bash
# Using npm
npm install barebones-ui
# Using yarn
yarn add barebones-ui
```