Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex8088/electron-uikit
UI kit for Electron. e.g. titlebar, contextmenu, notification, etc.
https://github.com/alex8088/electron-uikit
contextmenu electron notification titlebar ui
Last synced: about 10 hours ago
JSON representation
UI kit for Electron. e.g. titlebar, contextmenu, notification, etc.
- Host: GitHub
- URL: https://github.com/alex8088/electron-uikit
- Owner: alex8088
- License: mit
- Created: 2024-06-08T10:47:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T16:42:01.000Z (about 1 month ago)
- Last Synced: 2025-01-28T19:12:59.394Z (8 days ago)
- Topics: contextmenu, electron, notification, titlebar, ui
- Language: TypeScript
- Homepage:
- Size: 773 KB
- Stars: 68
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
electron-uikit
UI kit for Electron. e.g. titlebar, contextmenu, notification, etc.
## Packages
| Package | Description | Version |
| ----------------------------------------------------- | :---------------------- | :------------------------------------------------------------------------------------------------------------------------------------- |
| [@electron-uikit/core](packages/core) | Electron UI kit core | [![core version](https://img.shields.io/npm/v/@electron-uikit/core.svg?label=%20)](packages/core/CHANGELOG.md) |
| [@electron-uikit/contextmenu](packages/contextmenu) | Context menu | [![contextmenu version](https://img.shields.io/npm/v/@electron-uikit/contextmenu.svg?label=%20)](packages/contextmenu/CHANGELOG.md) |
| [@electron-uikit/notification](packages/notification) | Notification | [![notification version](https://img.shields.io/npm/v/@electron-uikit/notification.svg?label=%20)](packages/notification/CHANGELOG.md) |
| [@electron-uikit/titlebar](packages/titlebar) | Title bar web component | [![titlebar version](https://img.shields.io/npm/v/@electron-uikit/titlebar.svg?label=%20)](packages/titlebar/CHANGELOG.md) |
| [@electron-uikit/toast](packages/toast) | Toast | [![toast version](https://img.shields.io/npm/v/@electron-uikit/toast.svg?label=%20)](packages/toast/CHANGELOG.md) |## License
[MIT](./LICENSE)