All Projects → MacGyer → Yii2 Materializecss

MacGyer / Yii2 Materializecss

Licence: bsd-3-clause
Integration of materializecss into Yii2

Projects that are alternatives of or similar to Yii2 Materializecss

Materialize Sass
Materializecss rubygem for Rails Asset Pipeline / Sprockets
Stars: ✭ 785 (+744.09%)
Mutual labels:  material-design, materializecss
Django Material
Material Design for Django
Stars: ✭ 2,362 (+2439.78%)
Mutual labels:  material-design, materializecss
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (+77.42%)
Mutual labels:  material-design, materializecss
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-86.02%)
Mutual labels:  material-design, materializecss
Icon Workshop
图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
Stars: ✭ 1,303 (+1301.08%)
Mutual labels:  material-design
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-4.3%)
Mutual labels:  material-design
Togglebuttons
Android toggle buttons that adhere to the Material Design documentation.
Stars: ✭ 88 (-5.38%)
Mutual labels:  material-design
Android Vertical Stepper View
A vertical stepper implementation of the material design specification
Stars: ✭ 87 (-6.45%)
Mutual labels:  material-design
Twitlatte
Twitter and Mastodon client for Android
Stars: ✭ 92 (-1.08%)
Mutual labels:  material-design
Materialtabstemplate
MaterialTabsTemplate is solely created to reduce the burden of writing same boiler plate codes for Tab creation in Android.
Stars: ✭ 92 (-1.08%)
Mutual labels:  material-design
Yii2 Gallery Manager
Stars: ✭ 90 (-3.23%)
Mutual labels:  yii2
React Froala Design Blocks
React implementation for Froala Design Blocks.
Stars: ✭ 89 (-4.3%)
Mutual labels:  material-design
Materialdesignlibrary
This is a library with components of Android L to you use in android 2.2
Stars: ✭ 9,102 (+9687.1%)
Mutual labels:  material-design
Ct Material Dashboard Pro
Material Dashboard Pro - Bootstrap 4 Admin
Stars: ✭ 88 (-5.38%)
Mutual labels:  material-design
Core
Onscreen virtual keyboard for Angular ≥ 5 (https://angular.io/) using Angular Material (https://material.angular.io/).
Stars: ✭ 92 (-1.08%)
Mutual labels:  material-design
Ghost Matery2
这是又一个采用Material Design和响应式设计的漂亮、简洁且基于Ghost博客的新主题
Stars: ✭ 87 (-6.45%)
Mutual labels:  material-design
Movie android flutter
A sample movie app, developed on flutter, then on android
Stars: ✭ 90 (-3.23%)
Mutual labels:  material-design
Beautify With Vuetify
Learn how to create beautiful web applications with Vuetify!
Stars: ✭ 92 (-1.08%)
Mutual labels:  material-design
Birthdaybuddy
A simple material-design orientated app to handle your friends' birthdays and other special events
Stars: ✭ 90 (-3.23%)
Mutual labels:  material-design
Flower
TCP flow analyzer with sugar for A/D CTF
Stars: ✭ 88 (-5.38%)
Mutual labels:  material-design

license Github Release Packagist

Materialize for Yii2


This is the current, actively developed 3.x branch which is implementing Materialize version 1.0 and thus breaking backwards compatibility.

Go to 1.x version

Go to 2.x version


This package integrates the Materialize CSS framework into Yii2. Materialize is a modern responsive front-end framework based on Material Design.

See official documentation for detailed information.

Have a look at the official demo page to see the repo in action (needs adaption to v3)

Current Materialize version implemented: 1.0.0.

Installation

The preferred way of installation is through Composer. If you don't have Composer you can get it here: https://getcomposer.org/

You also should install the Composer Asset Plugin to handle NPM and Bower assets:

$ composer global require "fxp/composer-asset-plugin:~1.4"

Or you can make use of Asset Packagist: https://asset-packagist.org/

To install the package add the following to the require section of your composer.json:

"require": {
    "macgyer/yii2-materializecss": "~3.0.0"
},

Usage

To load the Materialize CSS files integrate the MaterializeAsset into your app. Two ways to achieve this is to register the asset in the main layout:

// @app/views/layouts/main.php

\macgyer\yii2materializecss\assets\MaterializeAsset::register($this);
// further code

or as a dependency in your app wide AppAsset.php

// @app/assets/AppAsset.php

public $depends = [
    'macgyer\yii2materializecss\assets\MaterializeAsset',
    // more dependencies
];

Widgets

The following widgets are currently available:

  • ActiveField
  • ActiveForm
  • Alert
  • Breadcrumbs
  • Button
  • Carousel
  • ChipInput
  • Collapsible
  • DatePicker
  • DetailView
  • Dropdown
  • FloatingActionButton
  • GridView with ActionColumn
  • Icon
  • LinkPager
  • MaterialBox
  • Modal
  • Nav
  • NavBar
  • Parallax
  • Progress
  • RangeInput
  • Select
  • SideNav
  • Slider
  • Spinner
  • StaticChip
  • SubmitButton
  • SwitchButton
  • TimePicker

Gii support

If you are creating your CRUD controller and view files using Gii you can get materialized view files by integrating the adapted Gii templates.

// @app/config/main-local.php

$config['modules']['gii'] = [
    'class' => 'yii\gii\Module',      
    'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'],  
    'generators' => [
        'crud' => [
            'class' => 'yii\gii\generators\crud\Generator',
            'templates' => [ // setting materializecss templates
                'materializecss' => '@vendor/macgyer/yii2-materializecss/src/gii-templates/generators/crud/materializecss', 
            ]
        ]
    ],
];

You can copy those templates to any location you wish for further customization. Make sure you adapt the path accordingly in your config.

Known issues

Systems operating on normal parameters :)

Sample layout

There is a sample layout file included in the package. You can use this file to get inspiration for your own layout or replace the respective views/layouts/main.php with the file provided.

You can find the sample layout file in src/layout/main.php.

Change log

3.0.0 - 2018-11-16

  • implement Materialize v1.0.0
  • Breaking changes included

2.0.0 - 2017-07-30

  • Please note: this release contains breaking changes
  • moved Breadcrumbs, Dropdown, FixedActionButton, Nav, NavBar and SideNav to dedicated namespace (breaking)
  • dropped chingyawhao/materialize-clockpicker in favor of Materialize native time picker implementation (breaking)
  • added Collapsible
  • updated Materialize to v0.100.1

1.5.0 - 2017-07-03

1.4.0 - 2017-06-05

  • added RangeInput
  • updated Materialize to v0.98.2
  • added some missing PHPDoc annotations

1.3.0 - 2017-03-02

1.2.1 - 2017-02-05

  • Select: added multiple property
  • Composer dependency for Yii restricted to ~2.0.0
  • Composer dependency for PHP set to >= 5.6.0

1.2.0 - 2017-02-01

1.1.0 - 2017-01-05

1.0.9 - 2016-09-01

1.0.8 - 2016-08-08

1.0.7 - 2016-07-27

  • full source documentation
  • fixed Materialize version to 0.97.6 to monitor 0.97.7 release before integration

1.0.6 - 2016-05-16

  • added sample layout
  • fixed line separators
  • removed Datepicker issue from section "Known issues"

1.0.5 - 2016-04-24

  • updated README with fixed Datepicker issue
  • refactored Breadcrumbs

1.0.3 - 2016-03-10

1.0.2 - 2016-03-09

1.0.1 - 2016-03-09

  • updated README
  • added Packagist support

1.0.0 - 2016-03-09

  • Initial release
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].