From 93fc9525b749680f2ef233e3377300a1092cdfbf Mon Sep 17 00:00:00 2001
From: codecalm
Date: Mon, 19 May 2025 20:51:39 +0200
Subject: [PATCH 1/5] feat: add initial README.md with project overview and
installation instructions
---
core/README.md | 1 +
1 file changed, 1 insertion(+)
create mode 120000 core/README.md
diff --git a/core/README.md b/core/README.md
new file mode 120000
index 0000000000..32d46ee883
--- /dev/null
+++ b/core/README.md
@@ -0,0 +1 @@
+../README.md
\ No newline at end of file
From d055121f473e0683bc4961ca2dd6b7889ff0aa57 Mon Sep 17 00:00:00 2001
From: codecalm
Date: Mon, 19 May 2025 20:58:30 +0200
Subject: [PATCH 2/5] fix: update README file in core package
---
.changeset/readme-fix.md | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .changeset/readme-fix.md
diff --git a/.changeset/readme-fix.md b/.changeset/readme-fix.md
new file mode 100644
index 0000000000..fbe141ef32
--- /dev/null
+++ b/.changeset/readme-fix.md
@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix README file in core package
\ No newline at end of file
From 23aef4f7e66de1180b84c8281237a9cea52647d2 Mon Sep 17 00:00:00 2001
From: codecalm
Date: Mon, 19 May 2025 22:50:04 +0200
Subject: [PATCH 3/5] feat: add detailed README for Tabler Core with
installation instructions and sponsorship info
---
README.md | 16 ----------------
core/README.md | 43 ++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 42 insertions(+), 17 deletions(-)
mode change 120000 => 100644 core/README.md
diff --git a/README.md b/README.md
index ae5bb60abd..aefab92eeb 100644
--- a/README.md
+++ b/README.md
@@ -23,24 +23,8 @@ A premium and open source dashboard template with a responsive and high-quality
-
-
-
-
-
-
## Testing
-Visual testing with:
-
-
-
-
-
-
-
-
-
Browser testing via:
diff --git a/core/README.md b/core/README.md
deleted file mode 120000
index 32d46ee883..0000000000
--- a/core/README.md
+++ /dev/null
@@ -1 +0,0 @@
-../README.md
\ No newline at end of file
diff --git a/core/README.md b/core/README.md
new file mode 100644
index 0000000000..615d4108c1
--- /dev/null
+++ b/core/README.md
@@ -0,0 +1,42 @@
+# Tabler Core
+
+Tabler Core is a set of components and utilities for building web applications. It provides a collection of pre-designed components, such as buttons, forms, modals, and more, that can be easily customized and integrated into your projects.
+
+## 🔎 Preview
+
+Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!
+
+
+
+
+
+
+
+## Installation
+
+To install Tabler Core, you can use npm or yarn. Run one of the following commands in your terminal:
+
+```bash
+npm install @tabler/core
+```
+
+or
+
+```bash
+pnpm add @tabler/core
+```
+
+## Sponsors
+
+**If you want to support our project and help us grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
+
+
+
+
+
+
+
+
+## License
+
+See the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.
\ No newline at end of file
From b4954af6f2b189079f2a94b0934db07859cf611a Mon Sep 17 00:00:00 2001
From: codecalm
Date: Mon, 19 May 2025 22:53:03 +0200
Subject: [PATCH 4/5] fix: remove symlink to README in core package
---
core/README.md | 1 -
1 file changed, 1 deletion(-)
delete mode 120000 core/README.md
diff --git a/core/README.md b/core/README.md
deleted file mode 120000
index 32d46ee883..0000000000
--- a/core/README.md
+++ /dev/null
@@ -1 +0,0 @@
-../README.md
\ No newline at end of file
From b74c49452bbfd3e13050ab60176bd09558747a97 Mon Sep 17 00:00:00 2001
From: codecalm
Date: Mon, 19 May 2025 22:53:17 +0200
Subject: [PATCH 5/5] feat: add comprehensive README for Tabler Core with
installation and sponsorship details
---
core/README.md | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 core/README.md
diff --git a/core/README.md b/core/README.md
new file mode 100644
index 0000000000..615d4108c1
--- /dev/null
+++ b/core/README.md
@@ -0,0 +1,42 @@
+# Tabler Core
+
+Tabler Core is a set of components and utilities for building web applications. It provides a collection of pre-designed components, such as buttons, forms, modals, and more, that can be easily customized and integrated into your projects.
+
+## 🔎 Preview
+
+Tabler is fully responsive and compatible with all modern browsers. Thanks to its modern and user-friendly design you can create a fully functional interface that users will love! Choose the layouts and components you need and customize them to make your design consistent and eye-catching. Every component has been created with attention to detail to make your interface beautiful!
+
+
+
+
+
+
+
+## Installation
+
+To install Tabler Core, you can use npm or yarn. Run one of the following commands in your terminal:
+
+```bash
+npm install @tabler/core
+```
+
+or
+
+```bash
+pnpm add @tabler/core
+```
+
+## Sponsors
+
+**If you want to support our project and help us grow it, you can [become a sponsor on GitHub](https://github.com/sponsors/codecalm) or just [donate on PayPal](https://paypal.me/codecalm) :)**
+
+
+
+
+
+
+
+
+## License
+
+See the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.
\ No newline at end of file