The current project structure relies on static HTML files like adminkit/static/index.html and vanilla JavaScript modules.
The Issue :
Developers building modern dashboards often need a component-based architecture rather than dropping static HTML into their projects.
The PR/Issue Strategy :
Open an issue proposing the creation of a React version of AdminKit. You could start by converting core elements from adminkit/static/ui-buttons.html and adminkit/static/ui-cards.html into reusable React components.
The current project structure relies on static HTML files like adminkit/static/index.html and vanilla JavaScript modules.
The Issue :
Developers building modern dashboards often need a component-based architecture rather than dropping static HTML into their projects.
The PR/Issue Strategy :
Open an issue proposing the creation of a React version of
AdminKit. You could start by converting core elements fromadminkit/static/ui-buttons.htmlandadminkit/static/ui-cards.htmlinto reusable React components.