Skip to content

Commit 8edec97

Browse files
committed
Replace the old codebase with the new one
1 parent d5eb717 commit 8edec97

File tree

1,501 files changed

+38952
-47919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,501 files changed

+38952
-47919
lines changed

.eslintrc.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,13 @@
2323
npm-debug.log*
2424
yarn-debug.log*
2525
yarn-error.log*
26-
.pnpm-debug.log*
2726

2827
# local env files
29-
.env*.local
28+
.env.local
29+
.env.development.local
30+
.env.test.local
31+
.env.production.local
3032
.env
3133

3234
# vercel
3335
.vercel
34-
35-
# typescript
36-
*.tsbuildinfo
37-
next-env.d.ts
38-
39-
# Components CSS file
40-
/public/tailwind.css

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"typescript.enablePromptUseWorkspaceTsdk": true
4+
}

LICENSE.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,21 @@ First, Float UI is fully free, and open source, you don't need to pay anything t
1010
[![HomePage](readme/1.png)](https://floatui.com)
1111
<br>
1212

13-
### A collection of professional and beautiful ,aesthetic and modern designed website templates
13+
### A collection of professional and beautiful ,aesthetic and modern designed website templates
14+
1415
[![Templates](readme/2.png)](https://floatui.com/templates)
1516
<br>
1617

1718
### The User Friendly UI Components
19+
1820
[![Components](readme/4.png)](https://floatui.com/components)
1921
<br>
2022

2123
### Demo
24+
2225
[![Demo](readme/3.png)](https://floatui.com/demo)
2326
<br>
27+
2428
## Getting Started
2529

2630
First, install the dependencies we highly recommend using pnpm, and run the development server:

UIcomponents/LTR/404-pages/404PageWithImage.jsx

Lines changed: 0 additions & 30 deletions
This file was deleted.

UIcomponents/LTR/404-pages/404PageWithListOfItems.jsx

Lines changed: 0 additions & 77 deletions
This file was deleted.

UIcomponents/LTR/404-pages/404PageWithLogo.jsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

UIcomponents/LTR/404-pages/Basic404Page.jsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

UIcomponents/LTR/404-pages/Centered404PageWithTowLinks.jsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)