mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
9 lines
503 B
HTML
9 lines
503 B
HTML
<div class="alert alert-info mb-5">
|
|
<h3>Installation</h3>
|
|
|
|
<p>This part of Tabler is distributed as plugin. To enable it you should include <code>tabler-{{ include.plugin }}.css</code> or <code>tabler-{{ include.plugin }}.min.css</code> file to your page.</p>
|
|
|
|
<p>You can also include plugin via CDN:</p>
|
|
|
|
{% highlight html %}<link rel="stylesheet" href="https://unpkg.com/{{ site.npm-package }}@{{ site.data.package.version }}/dist/css/tabler-{{ include.plugin }}.min.css">{% endhighlight %}
|
|
</div> |