0.0.43 • Published 6 months ago

@worm425/betsy-web-components v0.0.43

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Betsy Bot Material 3 Aurelia Web Components

For use in Aurelia 2 only. Does not support Aurelia 1.

Originally created for Betsy Bot but now available for anyone to use.

Start dev web server

Currently not implemented.

pnpm start

Note this plugin project comes with a dev-app. The above command starts the dev app in dev-app/ folder. The plugin source code is in src/ folder.

Consume the plugin

Install the npm package

npm install @worm425/betsy-web-components

Register the components in your main.ts or main.js file

import * as BetsyWebComponentsPlugin from '@worm425/betsy-web-components';
//Don't forget the styles!
import '@worm425/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
  • ✅ Select
  • ✅ Switch
  • ✅ Fab
  • ✅ Icon
  • ✅ List
    • ✅ List item
  • ✅ Menu
    • ✅ Menu Item
  • ✅ Tabs
    • ✅ Tab (With variants)

Material 2

  • 💤 Accordion
  • 💤 Banner
  • 💤 Card (Card Content - Card Footer - Card Header)
  • 🟡 Checkbox
  • 🟡 Chip
  • 🟡 Chipset
  • 🟡 Circular Progress
  • 💤 Dialog
  • 💤 Drawer
  • 🟡 Form Field
  • 🟡 Radio
  • 🟡 Text Field
  • 💤 Topbar
0.0.43

6 months ago

0.0.42

6 months ago

0.0.41

6 months ago

0.0.40

6 months ago

0.0.39

6 months ago

0.0.38

6 months ago

0.0.37

6 months ago

0.0.36

6 months ago

0.0.35

6 months ago

0.0.34

6 months ago

0.0.33

6 months ago

0.0.32

6 months ago

0.0.31

6 months ago

0.0.30

6 months ago

0.0.29

6 months ago

0.0.28

6 months ago

0.0.27

6 months ago

0.0.26

6 months ago

0.0.25

6 months ago

0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.11

6 months ago

0.0.9

6 months ago

0.0.7

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

1.0.0

6 months ago

0.0.1

6 months ago