## ๐ 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
Install `@tabler/core` with npm or your preferred JavaScript package manager:
```sh
npm install --save @tabler/core
```
### CDN
All files included in the `@tabler/core` npm package are also available over a CDN.
JavaScript:
```html
```
Styles:
```html
```
### Quick start
Create an HTML file with Tabler's CSS and JavaScript loaded from the CDN and start building:
```html
Tabler demo
Hello, Tabler!
```
Or try it without installing anything: open the [tabler-starter](https://github.com/tabler/tabler-starter) template on [StackBlitz](https://stackblitz.com/github/tabler/tabler-starter), [CodeSandbox](https://codesandbox.io/s/github/tabler/tabler-starter) or [GitHub Codespaces](https://codespaces.new/tabler/tabler-starter).
## ๐ Documentation
The full documentation is available at [docs.tabler.io](https://docs.tabler.io/). Release notes live in the [changelog](https://github.com/tabler/tabler/blob/dev/core/CHANGELOG.md).
## ๐ค Contributing
We welcome contributions of all kinds! See the [contributing guide](https://github.com/tabler/tabler/blob/dev/CONTRIBUTING.md) to get started.
## ๐ 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
Tabler is licensed under the [MIT License](https://github.com/tabler/tabler/blob/dev/LICENSE).