diff --git a/README.md b/README.md index be852ddc..21ad10bf 100644 --- a/README.md +++ b/README.md @@ -94,12 +94,12 @@ For example if you'd like to try the material design based framework, [install @ ```shell -npm install @zajsf/material@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/material@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/material@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/material@latest ``` include the themes scss in your applications sass file(typically "styles.scss" under "src" folder -see angular docs for more details) diff --git a/projects/zajsf-bootstrap3/README.md b/projects/zajsf-bootstrap3/README.md index e7a240a1..210727c6 100644 --- a/projects/zajsf-bootstrap3/README.md +++ b/projects/zajsf-bootstrap3/README.md @@ -7,13 +7,13 @@ If you are unfamiliar with with the zajsf project, it is highly recommended to first have a look at the [@zajsf pages][npm_core_ver] for examples, demos, options and documentation. ```shell -npm install @zajsf/bootstrap3@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap3@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/bootstrap3@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap3@latest ``` Then import `Bootstrap3FrameworkModule` in your main application module if you want to use `bootstrap3` UI, like this: diff --git a/projects/zajsf-bootstrap4/README.md b/projects/zajsf-bootstrap4/README.md index 475850dc..1f111dab 100644 --- a/projects/zajsf-bootstrap4/README.md +++ b/projects/zajsf-bootstrap4/README.md @@ -7,13 +7,13 @@ If you are unfamiliar with with the zajsf project, it is highly recommended to first have a look at the [@zajsf pages][npm_core_ver] for examples, demos, options and documentation. ```shell -npm install @zajsf/bootstrap4@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap4@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/bootstrap4@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap4@latest ``` Then import `Bootstrap4FrameworkModule` in your main application module if you want to use `bootstrap4` UI, like this: diff --git a/projects/zajsf-bootstrap5/README.md b/projects/zajsf-bootstrap5/README.md index a6ba9a55..9955c4da 100644 --- a/projects/zajsf-bootstrap5/README.md +++ b/projects/zajsf-bootstrap5/README.md @@ -7,13 +7,13 @@ If you are unfamiliar with with the zajsf project, it is highly recommended to first have a look at the [@zajsf pages][npm_core_ver] for examples, demos, options and documentation. ```shell -npm install @zajsf/bootstrap5@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap5@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/bootstrap5@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/bootstrap5@latest ``` Then import `Bootstrap5FrameworkModule` in your main application module if you want to use `bootstrap5` UI, like this: diff --git a/projects/zajsf-daisyui/README.md b/projects/zajsf-daisyui/README.md index ab13aff9..cada2ea2 100644 --- a/projects/zajsf-daisyui/README.md +++ b/projects/zajsf-daisyui/README.md @@ -9,13 +9,13 @@ first have a look at the [@zajsf pages][npm_core_ver] for examples, demos, optio ## Getting started ```shell -npm install @zajsf/daisyui@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/daisyui@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/daisyui@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/daisyui@latest ``` Then import `DaisyUIFrameworkModule` in your main application module if you want to use `daisyui` UI, like this: diff --git a/projects/zajsf-daisyui/src/lib/daisui-cssframework.ts b/projects/zajsf-daisyui/src/lib/daisui-cssframework.ts index af8da23d..ab5e45d0 100644 --- a/projects/zajsf-daisyui/src/lib/daisui-cssframework.ts +++ b/projects/zajsf-daisyui/src/lib/daisui-cssframework.ts @@ -122,7 +122,7 @@ export const cssFrameworkCfgDaisyUI:css_fw.frameworkcfg={ "fieldHtmlClass": "input input-md input-bordered w-full" }, "tabs": { - "labelHtmlClass": "tabs tabs-boxed", + "labelHtmlClass": "tabs-md tabs-boxed", "htmlClass": "", "itemLabelHtmlClass": "tab", "activeClass": "tab-active" diff --git a/projects/zajsf-material/README.md b/projects/zajsf-material/README.md index cc9a6bf8..97194b82 100644 --- a/projects/zajsf-material/README.md +++ b/projects/zajsf-material/README.md @@ -8,13 +8,13 @@ If you are unfamiliar with with the zajsf project, it is highly recommended to first have a look at the [@zajsf pages][npm_core_ver] for examples, demos, options and documentation. ```shell -npm install @zajsf/material@latest +npm install @zajsf/core@latest @zajsf/cssframework@latest @zajsf/material@latest ``` With YARN, run the following: ```shell -yarn add @zajsf/material@latest +yarn add @zajsf/core@latest @zajsf/cssframework@latest @zajsf/material@latest ``` include the themes scss in your applications sass file(typically "styles.scss" under "src" folder -see angular docs for more details)