diff --git a/docs/components/datagrid.mdx b/docs/components/datagrid.mdx index 96c2576c8..51723ffef 100644 --- a/docs/components/datagrid.mdx +++ b/docs/components/datagrid.mdx @@ -3,7 +3,7 @@ title: Data grid description: Use the data grid component to display detailed information about your product. The data is displayed as a column of items consisting of a title and content. --- -```html example vcentered height="22rem" +```html example code vcentered height="22rem"
Registrar
diff --git a/docs/forms/form-elements.mdx b/docs/forms/form-elements.mdx index 30025578c..96e3a98f8 100644 --- a/docs/forms/form-elements.mdx +++ b/docs/forms/form-elements.mdx @@ -334,16 +334,16 @@ Add a range slider to make it possible for users to set a value or range, such a
``` diff --git a/docs/getting-started/download.mdx b/docs/getting-started/download.mdx index d9cde3850..a51b3c19d 100644 --- a/docs/getting-started/download.mdx +++ b/docs/getting-started/download.mdx @@ -24,9 +24,7 @@ You can also include additional Tabler plugins: Install Tabler in your Node.js powered apps with the npm package: -``` -npm install @tabler/core -``` + Tabler uses other packages to enhance the functionality for example charts and input masks. These are not automatically installed to avoid huge dependency trees and need to be installed by using npm install. We support the following packages as of writing. diff --git a/docs/getting-started/faq.mdx b/docs/getting-started/faq.mdx index c79d5918c..e651c7da4 100644 --- a/docs/getting-started/faq.mdx +++ b/docs/getting-started/faq.mdx @@ -19,5 +19,12 @@ Yes, absolutely. ## Can I use Tabler in commercial projects? -Yes. You can read about our license here: [License](/license) +Of course! Tabler is under MIT license, so you can confidently use it in commercial projects. However, remember to include a note that your project uses Tabler. You can read about our license here: [License](/license) +## Can Tabler be used with WordPress? + +Tabler is an HTML template that can be used for any purpose. However, it is not made to be easily installed on WordPress. It will require some effort and enough knowledge of the WordPress script to do so. + +## How do I get notified of new Tabler versions? + +You may watch the releases on GitHub or follow me on Twitter. diff --git a/docs/icons/eps.mdx b/docs/icons/eps.mdx index 6a5718321..01b036d9d 100644 --- a/docs/icons/eps.mdx +++ b/docs/icons/eps.mdx @@ -6,21 +6,7 @@ title: EPS version ## Installation -``` -yarn add @tabler/icons-eps -``` - -or - -``` -npm install @tabler/icons-eps -``` - -or - -``` -pnpm install @tabler/icons-eps -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/pdf.mdx b/docs/icons/pdf.mdx index 0ecad8f5c..5508e0d36 100644 --- a/docs/icons/pdf.mdx +++ b/docs/icons/pdf.mdx @@ -4,24 +4,9 @@ title: PDF version ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-pdf.png) - ## Installation -``` -yarn add @tabler/icons-pdf -``` - -or - -``` -npm install @tabler/icons-pdf -``` - -or - -``` -pnpm install @tabler/icons-pdf -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/png.mdx b/docs/icons/png.mdx index b09c086f9..19e60ff4d 100644 --- a/docs/icons/png.mdx +++ b/docs/icons/png.mdx @@ -6,21 +6,7 @@ title: PNG version ## Installation -``` -yarn add @tabler/icons-png -``` - -or - -``` -npm install @tabler/icons-png -``` - -or - -``` -pnpm install @tabler/icons-png -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/preact.mdx b/docs/icons/preact.mdx index 7c08ccd5c..c662b252e 100644 --- a/docs/icons/preact.mdx +++ b/docs/icons/preact.mdx @@ -6,21 +6,7 @@ title: Tabler Icons for Preact ## Installation -``` -yarn add @tabler/icons-preact -``` - -or - -``` -npm install @tabler/icons-preact -``` - -or - -``` -pnpm install @tabler/icons-preact -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/react.mdx b/docs/icons/react.mdx index bf145bafd..dc598279f 100644 --- a/docs/icons/react.mdx +++ b/docs/icons/react.mdx @@ -6,21 +6,7 @@ title: Tabler Icons for React ## Installation -``` -yarn add @tabler/icons-react -``` - -or - -``` -npm install @tabler/icons-react -``` - -or - -``` -pnpm install @tabler/icons-react -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/solidjs.mdx b/docs/icons/solidjs.mdx index 7162d2428..3de3e78ac 100644 --- a/docs/icons/solidjs.mdx +++ b/docs/icons/solidjs.mdx @@ -4,24 +4,9 @@ title: Tabler Icons for SolidJS ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-solidjs.png) - ## Installation -``` -yarn add @tabler/icons-solidjs -``` - -or - -``` -npm install @tabler/icons-solidjs -``` - -or - -``` -pnpm install @tabler/icons-solidjs -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/svelte.mdx b/docs/icons/svelte.mdx index 49a7fc945..7001229e8 100644 --- a/docs/icons/svelte.mdx +++ b/docs/icons/svelte.mdx @@ -6,21 +6,7 @@ title: Tabler Icons for Svelte ## Installation -``` -yarn add @tabler/icons-svelte -``` - -or - -``` -npm install @tabler/icons-svelte -``` - -or - -``` -pnpm install @tabler/icons-svelte -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/svg.mdx b/docs/icons/svg.mdx index 49d4d665c..7ac6276f9 100644 --- a/docs/icons/svg.mdx +++ b/docs/icons/svg.mdx @@ -6,21 +6,7 @@ title: SVG version ## Installation -``` -yarn add @tabler/icons -``` - -or - -``` -npm install @tabler/icons -``` - -or - -``` -pnpm install @tabler/icons -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). diff --git a/docs/icons/vue.mdx b/docs/icons/vue.mdx index 413ee6fdf..4f6011559 100644 --- a/docs/icons/vue.mdx +++ b/docs/icons/vue.mdx @@ -4,24 +4,9 @@ title: Tabler Icons for Vue ![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-vue.png) - ## Installation -``` -yarn add @tabler/icons-vue -``` - -or - -``` -npm install @tabler/icons-vue -``` - -or - -``` -pnpm install @tabler/icons-vue -``` + or just [download from Github](https://github.com/tabler/tabler-icons/releases). @@ -29,7 +14,6 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases). All icons are Vue components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use. - ```vue