Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```