Betsy Bot Material 3 Aurelia Web Components
November 30, 2023 ยท View on GitHub
For use in Aurelia 2 only. Does not support Aurelia 1.
Originally created for Betsy Bot but now available for anyone to use.
Consume the plugin
Install the npm package
npm install @betsybot/betsy-web-components
Register the components in your main.ts or main.js file
import * as BetsyWebComponentsPlugin from '@betsybot/betsy-web-components';
//Don't forget the styles!
import '@betsybot/betsy-web-components/dist/style.css';
Aurelia
// Load all exports from the plugin
.register(BetsyWebComponentsPlugin)
.app(App)
.start();
Using Icons?
Add to your index.html
<link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Rounded" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Symbols+Sharp" rel="stylesheet">
Component List
- ๐ค Waiting for Material Web Component
- ๐ก In progress
- โ Complete
Material 3
- โ Button
- โ Checkbox
- โ Chipset
-
- โ Chip (With variants)
- โ Icon
- โ Fab
- โ
List
- โ List item
- โ
Menu
- โ Menu Item
- โ Progress (With variants)
- โ Select
- โ Switch
- โ
Tabs
- โ Tab (With variants)
- โ Text Field
Material 2
- ๐ค Accordion
- ๐ค Banner
- ๐ค Card (Card Content - Card Footer - Card Header)
- ๐ค Dialog
- ๐ค Drawer
- ๐ก Form Field
- ๐ก Radio
- ๐ค Topbar