Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Material Components Web React | 1,991 | 34 | 242 | 7 months ago | 24 | July 22, 2019 | 202 | mit | TypeScript | |
Material Components for React (MDC React) | ||||||||||
Dragablz | 1,892 | 10 months ago | 135 | mit | C# | |||||
Dragable and tearable tab control for WPF | ||||||||||
Materialtabs | 1,408 | 257 | 5 years ago | 6 | December 30, 2014 | 54 | apache-2.0 | Java | ||
Custom Tabs with Material Design effects | ||||||||||
Readablebottombar | 935 | 3 years ago | 3 | May 09, 2020 | 12 | Kotlin | ||||
Yet another material bottom bar library for Android | ||||||||||
Kotlin Life | 845 | 5 years ago | 9 | Java | ||||||
App界的一股清流 音视频vr应有尽有 完全按照Material design规范设计的App (written with java and Kotlin) | ||||||||||
Bubbletab | 532 | 3 years ago | 5 | apache-2.0 | Java | |||||
Put some bubble in your tabs and give your apps a supa fresh style ! | ||||||||||
Tabbie | 468 | 6 years ago | 52 | other | HTML | |||||
A material, customizable, and hackable new tab extension | ||||||||||
Bottomnavigationbar | 334 | 6 years ago | 10 | mit | Java | |||||
Material design 更新的BottomNavigationbar的开源实现 | ||||||||||
Materialtest | 320 | 8 years ago | 7 | Java | ||||||
Epiboard | 275 | 2 years ago | 17 | mit | JavaScript | |||||
Web Extension — A new tab page extension with material design and useful features :new: :tada: |
A new tab page adding a touch of wow and an interface following the lines of the material design. 🆕 🎉.
You can simply and quickly access the weather, your RSS feeds, downloads, sessions, keep a look on Google Trends and much more.
Highly inspired and full rework of Cardboard by dotlouis.
Available on Chrome Web Store and Firefox
Epiboard replaces the default new tab page. Where you can add cards, reorder them with drag and drop.
Colors, Dark mode, Languages, Google Trends city can be customized from the settings page.
Weather city, RSS, Downloads can be customized from the card settings.
All settings are synchronized between browsers.
Current cards:
If you want the stable version take it from Chrome Web Store or for Firefox
# install dependencies
$ npm install
# or using yarn
$ yarn install
# build for production with minification and generate zip
# For Chromium browser
$ npm run build:chrome
# For Firefox
$ npm run build:firefox
# build for production with the bundle analyzer report
$ npm run build:chrome -- --report
# in your browser extension page
# load unpacked extension from dist folder.
chrome-extension://eblmkpheecdcbflbhbadgfciakhlhdnm/index.html
Some of theses permissions are not optional only due to manifest/API limitations: learn more: chrome, firefox
Do you have any questions? Maybe the answer is in the Wiki
This project is licensed under the MIT License - see the LICENSE file for details