You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,8 @@ npm install @radui/ui
23
23
```
24
24
25
25
Description: Rad UI is a React UI library that simplifies UI development, offering a collection of components and utilities to enhance the user experience. It addresses common challenges in building interfaces, making it easier for developers to create intuitive and visually appealing applications.
26
-
27
-
Technology stack: React
28
-
Status: Beta
29
-
Please note that Rad UI is under development and will receive a full official release soon in 2024 once significant production-ready components are readily available.
30
-
What sets this apart: Rad UI stands out with its focus on simplicity, flexibility, and ease of integration into React projects.
31
26
<!--
32
27
33
-
34
28
## Dependencies
35
29
36
30
Describe any dependencies that must be installed for this software to work.
@@ -66,8 +60,8 @@ For more details, you can read on how to contribute to development of Rad UI in
66
60
67
61
[Setting Up Dev Environment](https://www.rad-ui.com/docs/contributing/setting-up-dev-environment)
"build:css": "npm run generate-tokens && npm run bundle-tokens && npm run build-css",
63
25
"build:components": "npm run compile-components && npm run process-components",
64
-
"build:rollup": "npm run prebuild && npm run build:css && NODE_OPTIONS='--max-old-space-size=4076' npm run build:components",
26
+
"build:rollup": "npm run prebuild && npm run build:css && NODE_OPTIONS='--max-old-space-size=4076' npm run build:components && npm run build:generate-exports",
0 commit comments