Skip to content

Commit 70512ef

Browse files
authored
Restore 'Under the Hood' section in README
Reintroduced 'Under the Hood' section with dependencies and links.
1 parent eb33c3d commit 70512ef

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,14 @@
88

99
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.
1010

11-
## Under the Hood
12-
13-
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss): Utility first CSS Framework to build design system based UI.
14-
- [Headless UI](https://github.com/tailwindlabs/headlessui): Unstyled and accessible UI components.
15-
- [Radix UI](https://github.com/radix-ui/themes): Unstyled and accessible UI components.
16-
- [TipTap](https://github.com/ueberdosis/tiptap): ProseMirror based rich-text editor with a Vue API.
17-
- [dayjs](https://github.com/iamkun/dayjs): Minimal javascript library for working with dates.
18-
19-
## Links
20-
21-
- [Documentation](https://frappeui.com)
22-
- [Community](https://github.com/rtCamp/frappe-ui-react/discussions)
23-
2411
## Prerequisites
2512

2613
- Node.js v20
2714
- TailwindCSS v4
2815

2916
## Usage
3017

31-
```sh
18+
```bash
3219
npm install @frappe-ui-react/frappe-ui-react
3320
# or
3421
yarn add @frappe-ui-react/frappe-ui-react
@@ -54,6 +41,15 @@ function App() {
5441
export default App;
5542
```
5643

44+
## Under the Hood
45+
46+
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss): Utility first CSS Framework to build design system based UI.
47+
- [Headless UI](https://github.com/tailwindlabs/headlessui): Unstyled and accessible UI components.
48+
- [Radix UI](https://github.com/radix-ui/themes): Unstyled and accessible UI components.
49+
- [TipTap](https://github.com/ueberdosis/tiptap): ProseMirror based rich-text editor with a Vue API.
50+
- [dayjs](https://github.com/iamkun/dayjs): Minimal javascript library for working with dates.
51+
52+
5753
## Does this interest you?
5854

5955
<a href="https://rtcamp.com/"><img src="https://rtcamp.com/wp-content/uploads/sites/2/2019/04/github-banner@2x.png" alt="Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions"></a>

0 commit comments

Comments
 (0)