"tailwindcss-animate": "^1.0.7" }, "devDependencies": { "typescript": "^5", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10", "eslint": "^8", "eslint-config-next": "13.5.6", "postcss": "^8", "tailwindcss": "^...
Optional Linear like floating bar on row selection (floatingBar prop) Running Locally Clone the repository git clone https://github.com/sadmann7/shadcn-table Install dependencies using pnpm pnpm install Copy the .env.example to .env and update the variables. cp .env.example .env Start the de...
Southwark, the third Hoxton in our hometown of London. This London borough is known for its colourful history. Right here is where famous London pub The Prince Albert once stood. Patrons would bet on sport from their barstool, handing fistfuls of cash to the pub’s very own licensed bookie...
A: Use the search bar to filter lost and found items based on location and category. Q: Is my data secure? A: Yes! We use Firebase Authentication and secure database storage. Q: Can I use LostFinder on my mobile device? A: Absolutely! LostFinder is fully responsive and optimized for...
w-md-editor-toolbar { padding: 10px !important; } lib/utils.ts import {clsx, type ClassValue} from "clsx"; import {twMerge} from "tailwind-merge"; export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs)); } export function parseServerActionResponse<T>(response:...
* For example: _data/i18n/foo/bar/baz.yml would produce: Expand Down Expand Up @@ -66,7 +68,11 @@ const data = {i18n: walk(path.join(__dirname, '..', '_data', 'i18n'))}; * @return {string} */ const i18n = (pth, locale = 'en') => { return get(data, pth)[locale...