|
@@ -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!
|
|
|
+
|
|
|
+<p align="center">
|
|
|
+ <a href="https://preview.tabler.io" target="_blank">
|
|
|
+ <img src="https://raw.githubusercontent.com/tabler/tabler/dev/shared/static/tabler-preview.png" alt="Tabler Preview">
|
|
|
+ </a>
|
|
|
+</p>
|
|
|
+
|
|
|
+## 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) :)**
|
|
|
+
|
|
|
+<p align="center">
|
|
|
+ <a href="https://github.com/sponsors/codecalm">
|
|
|
+ <img src="https://cdn.jsdelivr.net/gh/tabler/sponsors@latest/sponsors.svg" alt="Tabler sponsors">
|
|
|
+ </a>
|
|
|
+</p>
|
|
|
+
|
|
|
+
|
|
|
+## License
|
|
|
+
|
|
|
+See the [LICENSE](https://github.com/tabler/tabler/blob/master/LICENSE) file.
|