[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

fix deploy

Florian (Mar 13, 2025, 6:46 PM +0100) 7a32c4ae d95604c0

+44 -23
+2 -5
README.md
··· 1 - # my ui kit 1 + # 🦊 fox ui 2 2 3 - >[!WARNING] 4 - > This is a work in progress and not ready to be used yet. 3 + > **This is a work in progress and not ready to be used yet. Public alpha coming soon!** 5 4 6 5 svelte v5 + tailwind v4 7 6 8 7 See all components here: https://flo-bit.dev/ui-kit 9 8 10 9 ## Quickstart 11 - 12 - **Work in progress, only for testing purposes** 13 10 14 11 ### 1. Create a new svelte project with tailwind css (including `@tailwindcss/typography` and `@tailwindcss/forms` plugins) 15 12
+42 -18
package-lock.json
··· 1 1 { 2 2 "name": "fox-ui-svelte", 3 - "version": "0.0.1", 3 + "version": "0.0.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "fox-ui-svelte", 9 - "version": "0.0.1", 9 + "version": "0.0.2", 10 10 "dependencies": { 11 11 "@atproto/api": "^0.14.7", 12 12 "@number-flow/svelte": "^0.3.3", ··· 1387 1387 "url": "https://github.com/sponsors/antonk52" 1388 1388 } 1389 1389 }, 1390 + "node_modules/@layerstack/tailwind/node_modules/picomatch": { 1391 + "version": "2.3.1", 1392 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 1393 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 1394 + "license": "MIT", 1395 + "engines": { 1396 + "node": ">=8.6" 1397 + }, 1398 + "funding": { 1399 + "url": "https://github.com/sponsors/jonschlinkert" 1400 + } 1401 + }, 1390 1402 "node_modules/@layerstack/tailwind/node_modules/postcss-load-config": { 1391 1403 "version": "4.0.2", 1392 1404 "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", ··· 1592 1604 "rollup": { 1593 1605 "optional": true 1594 1606 } 1595 - } 1596 - }, 1597 - "node_modules/@rollup/pluginutils/node_modules/picomatch": { 1598 - "version": "4.0.2", 1599 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 1600 - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 1601 - "license": "MIT", 1602 - "engines": { 1603 - "node": ">=12" 1604 - }, 1605 - "funding": { 1606 - "url": "https://github.com/sponsors/jonschlinkert" 1607 1607 } 1608 1608 }, 1609 1609 "node_modules/@rollup/rollup-android-arm-eabi": { ··· 2711 2711 "node": ">= 8" 2712 2712 } 2713 2713 }, 2714 + "node_modules/anymatch/node_modules/picomatch": { 2715 + "version": "2.3.1", 2716 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 2717 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 2718 + "license": "MIT", 2719 + "engines": { 2720 + "node": ">=8.6" 2721 + }, 2722 + "funding": { 2723 + "url": "https://github.com/sponsors/jonschlinkert" 2724 + } 2725 + }, 2714 2726 "node_modules/arg": { 2715 2727 "version": "5.0.2", 2716 2728 "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", ··· 4780 4792 "node": ">=8.6" 4781 4793 } 4782 4794 }, 4795 + "node_modules/micromatch/node_modules/picomatch": { 4796 + "version": "2.3.1", 4797 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 4798 + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 4799 + "license": "MIT", 4800 + "engines": { 4801 + "node": ">=8.6" 4802 + }, 4803 + "funding": { 4804 + "url": "https://github.com/sponsors/jonschlinkert" 4805 + } 4806 + }, 4783 4807 "node_modules/mini-svg-data-uri": { 4784 4808 "version": "1.4.4", 4785 4809 "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", ··· 5091 5115 "license": "ISC" 5092 5116 }, 5093 5117 "node_modules/picomatch": { 5094 - "version": "2.3.1", 5095 - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", 5096 - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", 5118 + "version": "4.0.2", 5119 + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", 5120 + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", 5097 5121 "license": "MIT", 5098 5122 "engines": { 5099 - "node": ">=8.6" 5123 + "node": ">=12" 5100 5124 }, 5101 5125 "funding": { 5102 5126 "url": "https://github.com/sponsors/jonschlinkert"