ilkhoeri / modules

pure functionality react components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ioeri modular modules

Origin folders

  modules
  ├── components
  │   ├── web
  │   │   ├── named
  │   │   │   ├── named.tsx
  │   │   │   ├── named.css
  │   │   │   └── named.mdx
  │   │   │
  │   │   └── // others...
  │   │
  │   ├── mobile
  │   │   ├── named
  │   │   │   ├── named.tsx
  │   │   │   └── named.mdx
  │   │   │
  │   │   └── // others...
  │   │
  │   └── // end...
  │
  │
  ├── hooks
  │   ├── named
  │   │   ├── named.ts
  │   │   └── named.mdx
  │   │
  │   └── // others...
  │
  │
  ├── utility
  │   ├── named
  │   │   ├── named.ts
  │   │   └── named.mdx
  │   │
  │   └── // others...
  │
  └── // others...

About

pure functionality react components

License:MIT License


Languages

Language:TypeScript 98.6%Language:CSS 1.4%