All Projects → notadd → ng-material-pro

notadd / ng-material-pro

Licence: other
angular material Expansion component 扩展组件库

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ng-material-pro

Material Colors Native
Material Colors - A React Native App to Select Material Colors for macOS.
Stars: ✭ 246 (+811.11%)
Mutual labels:  material
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+651.85%)
Mutual labels:  material
neutronics material maker
A tool for making parametric material cards for use in neutronics codes. Original developed for the Paramak
Stars: ✭ 17 (-37.04%)
Mutual labels:  material
React Materialui Notifications
Spec compliant notifications for react and material ui users
Stars: ✭ 252 (+833.33%)
Mutual labels:  material
neper
Polycrystal generation and meshing
Stars: ✭ 111 (+311.11%)
Mutual labels:  material
vuetify-component-lib-template
Template for creating a component library/design system using Vue.js and Vuetify.js.
Stars: ✭ 35 (+29.63%)
Mutual labels:  material
Responsive scaffold
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
Stars: ✭ 238 (+781.48%)
Mutual labels:  material
MaterialComponents
The purpose of this repository is to demonstrate newly added components in material design components and how to use them in your project. https://android.jlelse.eu/how-i-customised-bottom-app-bar-behaviour-943f2416cd7a
Stars: ✭ 37 (+37.04%)
Mutual labels:  material
WanAndroid
💪 WanAndroid应用,持续更新,不断打造成一款持续稳定, 功能完善的应用
Stars: ✭ 50 (+85.19%)
Mutual labels:  material
yii2-material-theme
Material Theme for Yii2
Stars: ✭ 15 (-44.44%)
Mutual labels:  material
material2-admin
Angular - Material2 - Redux - Flex - Admin Example - Starter
Stars: ✭ 13 (-51.85%)
Mutual labels:  material2
material-palette
Generates material palettes for your colors
Stars: ✭ 19 (-29.63%)
Mutual labels:  material
ToDue
An android app to keep track of your ToDo's
Stars: ✭ 23 (-14.81%)
Mutual labels:  material
Redash Hands On
Redash study materials for beginners 📊
Stars: ✭ 247 (+814.81%)
Mutual labels:  material
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (+22.22%)
Mutual labels:  material
Unity Shader Basics Tutorial
A introduction into creating shaders for Unity
Stars: ✭ 243 (+800%)
Mutual labels:  material
FireFiles
Powerful Android File Manager for everything that runs on Android OS (Android TV, Android Watch, Mobile, etc)
Stars: ✭ 37 (+37.04%)
Mutual labels:  material
10-bitClockWidget
10-bit Clock Widget uses 10 binary dots and their color to represent current time in 12-hour format.
Stars: ✭ 18 (-33.33%)
Mutual labels:  material
rofi-collection
Beautiful collection of Rofi themes
Stars: ✭ 236 (+774.07%)
Mutual labels:  material
signal-strength-view
📶 Material design signal strength view for Android
Stars: ✭ 30 (+11.11%)
Mutual labels:  material

NgMaterialPro

Angular material2 Extension Components ..

It will be like : https://vuetifyjs.com/zh-Hans/components/alerts

中文说明

Step 1: Install and configure Angular Material

Getting Started Guide with Angular Material

Step 2: Install Notadd NgMaterialPro

  ng add @notadd/ng-material-pro

Step 3: Import the component modules

  import { NmAlertModule, NmCarouselModule, NmCascadeDropdownlistModule } from '@notadd/ng-material-pro';
  
  @NgModule({
    ...
    imports: [ NmAlertModule, NmCarouselModule, NmCascadeDropdownlistModule ],
    ...
  })
  export class AppModule { }

Contribution Description

We welcome material2 users to participate in the development of this plugin, and as a contributor, please follow the following guidelines: -Code submission specification, refer to Git Commit Message Conventions -Always from develop checkout a new branch, the naming specification for feature/xxx,xxx must be readable, such as: Icons => feature/icons -Pull the latest code for the remote develop branch in the local develop branch before the new branch of checkout

-Refer to the project's current naming rules for file naming rules.

function Development Check Roadmap first to make sure that the features you want to contribute are not being implemented.

Then submit a contribution request inissueindicating the features you want to contribute.

Find Bugs? If you find a bug in the source code, please submit a bug question in theissueof this warehouse first.

After you have submitted the bug question, we are happy to accept that you submit aprto help us fix the bug.

QQ Communication Group

321735506, please specify the purpose of the group!

Roadmap

  • Icons+

Layout

  • Preset layoutANIMATION

**ui Component **

  • Prompt box (components/alerts)
  • Rotation (components/carousels)
  • Footer (Components/footer)

Button:

  • Item group (item-groups)
  • multi-level linkage
  • multi-Window (components/windows)
  • hover (components/hover)
  • upload "file upload, image upload, avatar upload"
  • Parallax (Components/parallax)
  • Rating (components/ratings)
  • Timeline (components/timelines)
  • Drag and drop tree view "lag"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].