Skip to content

Commit 2026fcf

Browse files
committed
chore: add symbolic link
1 parent d612dce commit 2026fcf

File tree

2 files changed

+23
-111
lines changed

2 files changed

+23
-111
lines changed

README.md

-86
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./packages/core/README.md

packages/core/README.md

+22-25
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
<br />
22
<p align="center">
3-
<a href="https://github.com/radix-vue/radix-vue">
3+
<a href="https://github.com/unovue/reka-ui">
44
<img src="https://reka-ui.com/logo.svg" alt="Logo" width="150" />
55
</a>
66

77
<h1 align="center">
8-
Radix Vue
8+
Reka UI
99
</h1>
10-
<p align="center">
11-
An unofficial Vue port of Radix UI. <br>
12-
Radix is an unstyled, customisable UI Library with built in accessibility for building top quality design systems.
1310

11+
<p align="center">
12+
Craft accessible web apps with <a href="https://vuejs.org/">Vue</a>.
1413
<p>
1514

1615
<p align="center">
17-
<a href='https://github.com/radix-vue/radix-vue/actions/workflows/test.yml'>
18-
</a>
19-
<a href="https://www.npmjs.com/package/radix-vue" target="__blank"><img src="https://img.shields.io/npm/v/radix-vue?style=flat&colorA=002438&colorB=41c399" alt="NPM version"></a>
20-
<a href="https://www.npmjs.com/package/radix-vue" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/radix-vue?flat&colorA=002438&colorB=41c399"></a>
21-
<a href="https://github.com/radix-vue/radix-vue" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/radix-vue/radix-vue?flat&colorA=002438&colorB=41c399"></a>
16+
<a href="https://www.npmjs.com/package/reka-ui" target="__blank"><img src="https://img.shields.io/npm/v/reka-ui?style=flat&colorA=002438&colorB=41c399" alt="NPM version"></a>
17+
<a href="https://www.npmjs.com/package/reka-ui" target="__blank"><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/reka-ui?flat&colorA=002438&colorB=41c399"></a>
18+
<a href="https://github.com/unovue/reka-ui" target="__blank"><img alt="GitHub stars" src="https://img.shields.io/github/stars/unovue/reka-ui?flat&colorA=002438&colorB=41c399"></a>
2219
</p>
2320

2421
<p align="center">
25-
<a href="https://chat.radix-vue.com"><b>Get involved!</b></a>
22+
<a href="https://chat.unovue.com"><b>Get involved!</b></a>
2623
</p>
2724
<p align="center">
28-
<a href="https://radix-vue.com">Documentation</a> | <a href="https://reka-ui.com/overview/getting-started.html">Getting Started</a> | <a href="https://reka-ui.com/">Examples</a> | <a href="https://reka-ui.com/overview/introduction.html">Why Radix Vue?</a>
25+
<a href="https://reka-ui.com">Documentation</a> | <a href="https://reka-ui.com/docs/overview/getting-started">Getting Started</a> | <a href="https://reka-ui.com/examples">Examples</a> | <a href="https://reka-ui.com/docs/overview/introduction">Why Reka UI?</a>
2926
</p>
3027

3128
![hero image](https://reka-ui.com/og.jpg)
@@ -34,22 +31,22 @@ Radix is an unstyled, customisable UI Library with built in accessibility for bu
3431
## Installation
3532

3633
```bash
37-
pnpm add radix-vue
34+
pnpm add reka-ui
3835
```
3936
```bash
40-
npm install radix-vue
37+
npm install reka-ui
4138
```
4239
```bash
43-
yarn add radix-vue
40+
yarn add reka-ui
4441
```
4542

4643
## Documentation
4744

48-
For full documentation, visit [radix-vue.com](https://radix-vue.com).
45+
For full documentation, visit [reka-ui.com](https://reka-ui.com).
4946

5047
## Releases
5148

52-
For changelog, visit [releases](https://github.com/radix-vue/radix-vue/releases).
49+
For changelog, visit [releases](https://github.com/unovue/reka-ui/releases).
5350

5451
## Contributing
5552

@@ -61,6 +58,7 @@ We would love to have your contributions! All PRs all welcomed! We need help bui
6158

6259
1. Clone the repo
6360
2. Run `pnpm i`
61+
3. Run `pnpm build` to run build `reka-ui` locally
6462
3. Run `pnpm docs:dev` to run vitepress
6563
4. Open `http://localhost:5173`
6664

@@ -70,20 +68,19 @@ We would love to have your contributions! All PRs all welcomed! We need help bui
7068
2. Run `pnpm i`
7169
3. Run `pnpm story:dev` to run histoire (storybook)
7270
4. Open `http://localhost:6006`
71+
5. Run `pnpm test` to test changes
7372

74-
## Authors
73+
## Core Team
7574

76-
- [Khairul Haaziq](https://github.com/khairulhaaziq)
77-
- [Mujahid Anuar](https://github.com/mujahidfa)
7875
- [Zernonia](https://github.com/zernonia)
76+
- [Khairul Haaziq](https://github.com/k11q)
77+
- [Mujahid Anuar](https://github.com/mujahidfa)
7978

8079
## Credits
8180

8281
All credits go to these open-source works and resources
8382

84-
- [Radix UI](https://radix-ui.com) for doing all the hard work to make sure components are accessible
85-
- [Floating UI](https://floating-ui.com) for creating powerful components that as the base of many Radix Vue components
86-
- [VueUse](https://vueuse.org) for providing many useful utilities.
87-
- [Ark UI](https://ark-ui.com) for the `<Primitive>` component
88-
- [Radix Svelte](https://radix-svelte.com)
83+
- [Radix UI](https://radix-ui.com)
84+
- [React Spectrum](https://react-spectrum.adobe.com/index.html)
85+
- [Floating UI](https://floating-ui.com)
8986
- [Headless UI](https://headlessui.com)

0 commit comments

Comments
 (0)