@sikka/hawa 0.7.0 → 0.7.2-next
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -65
- package/dist/index.css +916 -903
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +17 -9
- package/dist/index.mjs +39 -13
- package/package.json +85 -85
package/README.md
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<img src="https://res.cloudinary.com/dt8onsdfl/image/upload/v1694478376/hawa-logo-white-bg.jpg" alt="Hawa | هواء" />
|
|
3
|
-
</p>
|
|
4
|
-
|
|
5
|
-
# Hawa | هواء
|
|
6
|
-
|
|
7
|
-
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
8
|
-
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
9
|
-
[](https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml)
|
|
10
|
-
[](https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml)
|
|
11
|
-
<!-- [](https://www.npmjs.com/package/@sikka/hawa) -->
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
> Opinionated UI Kit for web apps and websites built with TailwindCSS
|
|
16
|
-
|
|
17
|
-
[Docs](https://hawa.style/docs)
|
|
18
|
-
|
|
19
|
-
### Tools used
|
|
20
|
-
- Tailwind
|
|
21
|
-
- Radix-UI
|
|
22
|
-
- React Icons
|
|
23
|
-
- @tanstack/react-table
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Install
|
|
29
|
-
**Note:** `@beta` only points to pre-releases.
|
|
30
|
-
Use `@latest` for the latest stable release.
|
|
31
|
-
```bash
|
|
32
|
-
npm install @sikka/hawa
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
</br>
|
|
36
|
-
|
|
37
|
-
# Contributing
|
|
38
|
-
|
|
39
|
-
To contribute, clone this github repository and run the development server
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
git clone git@github.com:sikka-software/hawa.git
|
|
43
|
-
cd hawa
|
|
44
|
-
npm install
|
|
45
|
-
npm run start
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
</br>
|
|
49
|
-
|
|
50
|
-

|
|
51
|
-
|
|
52
|
-
## License
|
|
53
|
-
|
|
54
|
-
MIT © [SIKKA SOFTWARE](https://sikka.sa)
|
|
55
|
-
|
|
56
|
-
<!--start: logo-->
|
|
57
|
-
<p align="center">
|
|
58
|
-
<a href="https://sikka.io">
|
|
59
|
-
<img width="44" alt="Sikka" src="https://i.postimg.cc/8cK4tnKQ/sikka-symbol-black.png">
|
|
60
|
-
</a>
|
|
61
|
-
</p>
|
|
62
|
-
<p align="center">
|
|
63
|
-
<sub>An open source project by <a href="https://sikka.io">Sikka</a></sub>
|
|
64
|
-
</p>
|
|
65
|
-
<!--end: logo-->
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://res.cloudinary.com/dt8onsdfl/image/upload/v1694478376/hawa-logo-white-bg.jpg" alt="Hawa | هواء" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
# Hawa | هواء
|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
8
|
+
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
9
|
+
[](https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml)
|
|
10
|
+
[](https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml)
|
|
11
|
+
<!-- [](https://www.npmjs.com/package/@sikka/hawa) -->
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
> Opinionated UI Kit for web apps and websites built with TailwindCSS
|
|
16
|
+
|
|
17
|
+
[Docs](https://hawa.style/docs)
|
|
18
|
+
|
|
19
|
+
### Tools used
|
|
20
|
+
- Tailwind
|
|
21
|
+
- Radix-UI
|
|
22
|
+
- React Icons
|
|
23
|
+
- @tanstack/react-table
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## Install
|
|
29
|
+
**Note:** `@beta` only points to pre-releases.
|
|
30
|
+
Use `@latest` for the latest stable release.
|
|
31
|
+
```bash
|
|
32
|
+
npm install @sikka/hawa
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
</br>
|
|
36
|
+
|
|
37
|
+
# Contributing
|
|
38
|
+
|
|
39
|
+
To contribute, clone this github repository and run the development server
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
git clone git@github.com:sikka-software/hawa.git
|
|
43
|
+
cd hawa
|
|
44
|
+
npm install
|
|
45
|
+
npm run start
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
</br>
|
|
49
|
+
|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
## License
|
|
53
|
+
|
|
54
|
+
MIT © [SIKKA SOFTWARE](https://sikka.sa)
|
|
55
|
+
|
|
56
|
+
<!--start: logo-->
|
|
57
|
+
<p align="center">
|
|
58
|
+
<a href="https://sikka.io">
|
|
59
|
+
<img width="44" alt="Sikka" src="https://i.postimg.cc/8cK4tnKQ/sikka-symbol-black.png">
|
|
60
|
+
</a>
|
|
61
|
+
</p>
|
|
62
|
+
<p align="center">
|
|
63
|
+
<sub>An open source project by <a href="https://sikka.io">Sikka</a></sub>
|
|
64
|
+
</p>
|
|
65
|
+
<!--end: logo-->
|