Skip to content

Commit

Permalink
Fixed #2409 - New Theme: Lara
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 9, 2021
1 parent 16ac243 commit ce8b372
Show file tree
Hide file tree
Showing 52 changed files with 22,712 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ dependencies: {
The css dependencies are as follows, note that you may change the theme with another one of your choice.

```
primereact/resources/themes/saga-blue/theme.css
primereact/resources/themes/lara-light-indigo/theme.css
primereact/resources/primereact.min.css
primeicons/primeicons.css
```

If you are using a bundler such as webpack with a css loader you may also import them to your main application component, an example from create-react-app would be.

```javascript
import 'primereact/resources/themes/saga-blue/theme.css';
import 'primereact/resources/themes/lara-light-indigo/theme.css';
import 'primereact/resources/primereact.min.css';
import 'primeicons/primeicons.css';
```
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link id="theme-link" rel="stylesheet" href="%PUBLIC_URL%/themes/saga-blue/theme.css">
<link id="theme-link" rel="stylesheet" href="%PUBLIC_URL%/themes/lara-light-indigo/theme.css">
<title>PrimeReact</title>
</head>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit ce8b372

Please sign in to comment.