Start ui framework with web components

This commit is contained in:
2021-11-26 20:45:45 -06:00
parent 9c6a3e87bc
commit cf1f436b3c
12 changed files with 1902 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
import 'bootstrap'
import 'bootstrap/dist/css/bootstrap.min.css'
export const HELLO_WORLD = 'Hello, World!'
export * from './Test.component.js'
export * from './layout/Page.component.js'
export * from './layout/Section.component.js'
export * from './nav/NavBar.component.js'