Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 2 months ago)
- Default Branch: develop
- Last Pushed: 2025-01-03T18:36:38.000Z (6 days ago)
- Last Synced: 2025-01-03T19:32:37.497Z (6 days ago)
- Topics: react-library, react-ui-components, tailwind-css
- Language: TypeScript
- Homepage: https://tanishraj.github.io/barebones-ui/
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# barebones-ui Library
![Build Status](https://github.com/your-username/your-repo/actions/workflows/ci.yml/badge.svg)
![npm version](https://img.shields.io/npm/v/barebones-ui)
![License](https://img.shields.io/github/license/your-username/your-repo)A modern, customizable React UI library built with TypeScript and Tailwind CSS.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Components](#components)
- [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
```