Skip to content

Commit

Permalink
remove sidemenu styles and change version back to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ismcagdas committed Mar 23, 2022
1 parent fa6f4c6 commit 2bd1011
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ To add `LeptonX-lite` into your project,

* Install `@abp/ng.theme.lepton-x`

`npm install @abp/ng.theme.lepton-x@1.0.0-beta.1` or
`npm install @abp/ng.theme.lepton-x@preview` or

`yarn add @abp/ng.theme.lepton-x@1.0.0-beta.1`
`yarn add @abp/ng.theme.lepton-x@preview`

* Then, we need to edit the styles array in `angular.json` to replace the existing style with the new one.

Add the following style

```json
"node_modules/@volo/ngx-lepton-x.lite/styles/sidemenu-layout.min.css",
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
```

Expand Down Expand Up @@ -76,9 +75,9 @@ To add `LeptonX` into your existing projects,

* Firstly, install `@volosoft/abp.ng.theme.lepton-x`

`npm install @volosoft/abp.ng.theme.lepton-x@1.0.0-beta.1` or
`npm install @volosoft/abp.ng.theme.lepton-x@preview` or

`yarn add @volosoft/abp.ng.theme.lepton-x@1.0.0-beta.1`
`yarn add @volosoft/abp.ng.theme.lepton-x@preview`

* Then, edit `angular.json` as follows:

Expand All @@ -95,7 +94,6 @@ Remove the following config from the `styles` array since LeptonX provides boots
Add the following ones into the `styles` array

```JSON
"node_modules/@volosoft/ngx-lepton-x/styles/css/sidemenu-layout.min.css",
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
```

Expand Down

0 comments on commit 2bd1011

Please sign in to comment.