@wener/console
v1.0.15
Published
Base console UI toolkit
Downloads
653
Maintainers
Readme
@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/*"
]
}
}