From dde02732ef2d3a0e095872b2163dfaf8706939dc Mon Sep 17 00:00:00 2001 From: Michal Wolny Date: Sun, 15 Nov 2020 19:29:32 +0100 Subject: [PATCH] add usage page in getting started guide, add readme npm and CDN installation guide --- README.md | 16 + demo/changelog.html | 5 + demo/docs/alerts.html | 5 + demo/docs/autosize.html | 5 + demo/docs/avatars.html | 5 + demo/docs/badges.html | 5 + demo/docs/breadcrumb.html | 5 + demo/docs/buttons.html | 5 + demo/docs/cards.html | 5 + demo/docs/carousel.html | 5 + demo/docs/charts.html | 5 + demo/docs/colors.html | 5 + demo/docs/countup.html | 5 + demo/docs/cursors.html | 5 + demo/docs/divider.html | 5 + demo/docs/dropdowns.html | 5 + demo/docs/empty.html | 5 + demo/docs/flags.html | 5 + demo/docs/form-elements.html | 5 + demo/docs/form-helpers.html | 5 + demo/docs/icons.html | 5 + demo/docs/index.html | 5 + demo/docs/input-mask.html | 5 + demo/docs/modals.html | 5 + demo/docs/payments.html | 5 + demo/docs/progress.html | 5 + demo/docs/range-slider.html | 5 + demo/docs/ribbons.html | 5 + demo/docs/skeleton.html | 5 + demo/docs/spinners.html | 5 + demo/docs/steps.html | 5 + demo/docs/switch-icon.html | 5 + demo/docs/tables.html | 5 + demo/docs/tabs.html | 5 + demo/docs/timelines.html | 5 + demo/docs/toasts.html | 5 + demo/docs/tooltips.html | 5 + demo/docs/typography.html | 5 + demo/docs/usage.html | 652 +++++++++++++++++++++++++++++++++++ demo/sitemap.xml | 76 ++-- src/pages/_data/docs.yml | 3 + src/pages/_docs/usage.md | 38 ++ 42 files changed, 934 insertions(+), 36 deletions(-) create mode 100644 demo/docs/usage.html create mode 100644 src/pages/_docs/usage.md diff --git a/README.md b/README.md index bb427f2dd..8ab51f9a9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,22 @@ Once you complete the setup, you'll be able to run the various commands provided Run `npm run build` for reforms a one off build application without refresh. Open [http://localhost:3001](http://localhost:3001) to configure the Web server. +## Installation + +Tabler is distributed via npm. + +```sh +npm install --save @tabler/core +``` + +### CDN support + +All files included in `@tabler/core` npm package are available over a CDN. + +```html + + +``` ## Feature requests diff --git a/demo/changelog.html b/demo/changelog.html index 2bba095cf..64dad5c92 100644 --- a/demo/changelog.html +++ b/demo/changelog.html @@ -343,6 +343,11 @@ Introduction + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +