Skip to content

Bring your UI to life with a vibrant collection of open-source, animated, and interactive React components fully customizable for any project.

License

Notifications You must be signed in to change notification settings

xen-devs/Xenkit

Repository files navigation

Xenkit

File Structure

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

About

Bring your UI to life with a vibrant collection of open-source, animated, and interactive React components fully customizable for any project.

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •