DBF Mobile UI: mobile-first components for DBF Core + Router
npm install dbf-mobileuibash
npm install dbf-mobileui dbf-core dbf-router
`
Usage
`ts
import { registerMobileUI } from "dbf-mobileui";
registerMobileUI();
`
Then use the custom elements in your app:
`html
Welcome
Home
``