Skip to content

Commit eb33c3d

Browse files
authored
Add status badges to README
Added badges for tests, build status, ESLint, Prettier, and license to README.
1 parent 26fd70f commit eb33c3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)](#)
2+
[![Build](https://img.shields.io/badge/build-passing-brightgreen?logo=githubactions)](#)
3+
[![ESLint](https://img.shields.io/badge/code%20style-eslint-4B32C3?logo=eslint)](#)
4+
[![Prettier](https://img.shields.io/badge/code%20style-prettier-ff69b4?logo=prettier)](#)
5+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
6+
17
# Frappe UI React
28

39
Frappe UI React is a component library designed for rapid UI development using React 19 and Tailwind 4. It is inspired by the original [frappe-ui](https://github.com/frappe/frappe-ui), offering a similar aesthetic for a consistent user experience. However, we are not limited to a one-to-one port and also provide a growing collection of custom-built components to give developers more power and flexibility.

0 commit comments

Comments
 (0)