Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 488 Bytes

Documentation.md

File metadata and controls

28 lines (17 loc) · 488 Bytes

Daisy UI

1. Install daisy UI

npm i -D daisyui@latest

2. Then add daisyUI to your tailwind.config.js

plugins: [require("daisyui)],
   daisyui:{
    themes:["light", "dark", "cupcake"]
},

Hero Icons

1. Install HeroIcons

npm i @heroicons/react

2. Then add import heroicons to your components

import BellIcon from '@heroicons/react/24/outline/BellIcon'

Other Dependencies

npm i react-table
npm i theme-change
npm i moment