1.0.16 • Published 6 months ago

@wener/console v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

@wener/console

  • Toolkit for build console like application
  • React & TailwindCC & Daisy

Layout

  • src/
    • web/ - Web App
    • app/ - NextJS App Layout Template
    • buildinfo
    • components - Reusable components
    • hooks - Reusable hooks
    • icons - Reusable icons

exports

  • ./ - utils, do not need react
  • ./web - web app based on react

components

  • ./daisy
  • ./loader
  • ./floating
  • ./icons
  • ./router
  • ./toast
  • ./valtio

Demo

pnpm add @wener/console
pnpm add overlayscrollbars overlayscrollbars-react tailwind-merge clsx

Notes

  • WebStorm can not resolve tsconfig path import when used by npm
{
  "baseUrl": ".",
  "paths": {
    "@/*": [
      "./src/*"
    ]
  }
}

Layer

  • body
    • WindowHost isolate
      • Window
    • id=root isolate
      • Theme
      • Component Provider
        • Instance Context
          • SiteLoader
            • AuthSidecar
            • AuthReady
              • AuthBlock
                • ConsoleApp
                  • UserLoader
                    • RouteContent
                      • ConsoleLayout
                        • DockLayout
1.0.16

6 months ago

1.0.15

7 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.9

9 months ago

1.0.10

9 months ago

1.0.9-beta.9

10 months ago

1.0.9-beta.7

11 months ago

1.0.9-beta.8

11 months ago

1.0.9-beta.5

11 months ago

1.0.9-beta.6

11 months ago

1.0.8

12 months ago

1.0.9-beta.1

12 months ago

1.0.9-beta.2

12 months ago

1.0.9-beta.0

12 months ago

1.0.9-beta.3

12 months ago

1.0.9-beta.4

12 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago