Xenkit
├── .next/
├── node_modules/
├── public/
├── scripts/
│ ├── generateComponent.js
│ ├── generateSidebar.js
├── src/
│ └── app/
│ ├── _common/
│ │ ├── Code.tsx
│ │ ├── ComponentPreview.tsx
│ │ ├── InputBox.tsx
│ │ ├── MenuIcon.tsx
│ │ ├── Navbar.tsx
│ │ ├── Sidebar.tsx
│ │ ├── Tab.tsx
│ ├── _components/
│ │ └── text-animations/
│ │ └── increasingdots/
│ │ └── IncreasingDots.tsx
│ ├── (docs)/
│ │ ├── layout.tsx
│ │ └── text-animations/
│ │ └── increasing-dots/
│ │ └── page.tsx
│ ├── data/
│ │ ├── sidebar.json
│ │ ├── test.json
│ ├── favicon.ico
│ ├── globals.css
│ ├── layout.tsx
│ ├── page.tsx
├── .gitignore
├── eslint.config.mjs
├── LICENSE.md
├── next-env.d.ts
├── next.config.ts
├── package-lock.json
├── package.json
├── postcss.config.mjs
├── README.md
├── tailwind.config.ts
├── tsconfig.json
├── vercel.json
-
Notifications
You must be signed in to change notification settings - Fork 0
Bring your UI to life with a vibrant collection of open-source, animated, and interactive React components fully customizable for any project.
License
xen-devs/Xenkit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Bring your UI to life with a vibrant collection of open-source, animated, and interactive React components fully customizable for any project.