Skip to content

Commit

Permalink
add flowbite
Browse files Browse the repository at this point in the history
  • Loading branch information
bombnp committed Jul 15, 2023
1 parent fd06731 commit 1481839
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"antd": "^5.7.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"flowbite": "^1.7.0",
"flowbite-react": "^0.4.11",
"lucide-react": "^0.260.0",
"next": "^13.4.2",
"react": "18.2.0",
Expand Down
114 changes: 114 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
module.exports = {
darkMode: ['class'],
content: [
'./node_modules/flowbite-react/**/*.js',
'./pages/**/*.{ts,tsx}',
'./components/**/*.{ts,tsx}',
'./app/**/*.{ts,tsx}',
Expand Down Expand Up @@ -76,5 +77,5 @@ module.exports = {
},
},
},
plugins: [require('tailwindcss-animate')],
plugins: [require('tailwindcss-animate'), require('flowbite/plugin')],
}

0 comments on commit 1481839

Please sign in to comment.