Skip to content

Commit

Permalink
added readme in /packages/storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
zaaakher committed Jan 29, 2024
1 parent ddafa22 commit 6df25cc
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions packages/storybook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<p align="center">
<img src="https://res.cloudinary.com/dt8onsdfl/image/upload/v1694478376/hawa-logo-white-bg.jpg" alt="Hawa | هواء" />
</p>

<p align="center">
<a href="https://hawa.style/docs">Documentation</a> -
<a href="https://github.com/sikka-software/Hawa/blob/main/CHANGELOG.md">Changelog</a>
<!-- <a href="https://hawa.style/roadmap">Roadmap</a> -->
</p>

<p align="center">
<a href="https://www.npmjs.com/package/@sikka/hawa">
<img src="https://img.shields.io/npm/v/@sikka/hawa.svg?style=flat&colorA=000000&colorB=1082c3" alt="npm"/>
</a>
<a href="https://www.npmjs.com/package/@sikka/hawa">
<img src="https://img.shields.io/npm/v/@sikka/hawa/next.svg?style=flat&colorA=000000&colorB=ea7637" alt="@next tag"/>
</a>
<br />
<a href="https://github.com/sikka-software/Hawa/actions/workflows/hawa-main.yml">
<img src="https://github.com/sikka-software/Hawa/actions/workflows/publish-production.yml/badge.svg" alt="@latest tag"/>
</a>
<a href="https://github.com/sikka-software/Hawa/actions/workflows/hawa-beta.yml">
<img src="https://github.com/sikka-software/Hawa/actions/workflows/publish-beta.yml/badge.svg" alt="@next tag"/>
</a>
<br/>
<a href="https://storybook.hawa.style" target="_blank"><img src="https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg"></a>
</p>

---

<p style="font-size: 40px; font-weight: 500" align="center">Hawa | هــواء</p>
<p align="center">Opinionated UI Kit for web apps and websites built with TailwindCSS</p>

---

### Tools used

- Styling: [Tailwind](https://tailwindcss.com/)
- Headless UI: [Radix-UI](https://www.radix-ui.com/)
- Forms: [react-hook-form](https://react-hook-form.com/)
- Tables: [@tanstack/react-table](https://tanstack.com/table/v8)
- Form Validation: [zod](https://zod.dev/)
- Phone Validation: [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js)
- Carousel: [embla-carousel-react](https://www.embla-carousel.com/)
- Combobox: [cmdk](https://github.com/pacocoursey/cmdk)

## Install

**Note:** Current npm tags 👇

`@beta` is archived.

`@next` only points to pre-releases.

`@latest` for the latest stable release.

```bash
npm install @sikka/hawa
```

</br>

## Contributing

Please see our [contributing.md](/CONTRIBUTING.md).

## Inspiration

[shadcn-ui](https://github.com/shadcn-ui/ui), [mantine](https://github.com/mantinedev/mantine), and [nextui](https://github.com/nextui-org/nextui)

</br>

![Alt](https://repobeats.axiom.co/api/embed/0aa365b7bd1591de135582699d523de7b262eecb.svg "Repobeats analytics image")

## License

MIT © [SIKKA SOFTWARE](https://sikka.sa)

<!--start: logo-->
<p align="center">
<a href="https://sikka.io">
<img width="44" alt="Sikka" src="https://i.postimg.cc/8cK4tnKQ/sikka-symbol-black.png">
</a>
</p>
<p align="center">
<sub>An open source project by <a href="https://sikka.io">Sikka</a></sub>
</p>
<!--end: logo-->

0 comments on commit 6df25cc

Please sign in to comment.