All Projects → morrisjdev → ng-metro4

morrisjdev / ng-metro4

Licence: MIT License
Angular components for Metro4 UI library in modern ui style.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to ng-metro4

Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+20026.47%)
Mutual labels:  less, metro4
boxshop
Laravel ecommerce platform
Stars: ✭ 78 (+129.41%)
Mutual labels:  less
Fomantic-UI-LESS
LESS only distribution of Fomantic UI
Stars: ✭ 16 (-52.94%)
Mutual labels:  less
a-pollo
🎨 The visual CSS style guide for teams
Stars: ✭ 14 (-58.82%)
Mutual labels:  less
awesome-quickapp
🛠 A curated list of awesome quickapp tutorials, articles, projects and resources.
Stars: ✭ 41 (+20.59%)
Mutual labels:  less
challenge-charlie
Frontend code challenge
Stars: ✭ 71 (+108.82%)
Mutual labels:  less
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+658.82%)
Mutual labels:  less
react-mobx-router4-axios
react + less + webapck config + mobx(store)+ axios + router4
Stars: ✭ 24 (-29.41%)
Mutual labels:  less
Fluid-Grid
Fluid, Responsive and Semantic grid for Sass (SCSS) or LESS CSS. Supports any number of columns. Gutter width is defined as percentage, and grids can be nested too.
Stars: ✭ 17 (-50%)
Mutual labels:  less
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (-5.88%)
Mutual labels:  less
css-pro-layout
CSS library for building responsive and customizable layouts
Stars: ✭ 53 (+55.88%)
Mutual labels:  less
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+444.12%)
Mutual labels:  less
bleh
A web framework with automatic Browserify + Less + Express + Handlebars
Stars: ✭ 47 (+38.24%)
Mutual labels:  less
dva-typescript-antd-starter-kit
A admin dashboard application demo based on antd by typescript and dva
Stars: ✭ 61 (+79.41%)
Mutual labels:  less
docz-plugin-css
This package makes it possible to use preprocessors and css modules on docz
Stars: ✭ 41 (+20.59%)
Mutual labels:  less
RelaxUI
🥉🥉基于Vue2的UI组件库
Stars: ✭ 96 (+182.35%)
Mutual labels:  less
less-brunch
Adds LESS support to Brunch
Stars: ✭ 14 (-58.82%)
Mutual labels:  less
tdesign-common
TDesign style/utils shared by multiple frameworks repo.
Stars: ✭ 70 (+105.88%)
Mutual labels:  less
meteor-getting-started
Урок для хабры. Разработка первого метеор приложения.
Stars: ✭ 36 (+5.88%)
Mutual labels:  less
indent.js
Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
Stars: ✭ 55 (+61.76%)
Mutual labels:  less

ng-metro4

Angular UI components in modern ui style.

Documentation

Screenshot

See metro4 for more details: Metro4

ng-metro4 on npm: ng-metro4

Installation

Install using Angular CLI:

ng add ng-metro4

Import module:

Add NgMetro4Module to your imports:

import { NgMetro4Module } from 'ng-metro4';
...

imports: [
  BrowserModule,
  FormsModule,
  ReactiveFormsModule,
  NgMetro4Module,
  ...
]

Generate layout

ng g ng-metro4:layout

Usage

Check out the Documentation

Author

Morris Janatzek (morrisjdev)

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].