Coder Social home page Coder Social logo

workylab / materialize-angular Goto Github PK

View Code? Open in Web Editor NEW
17.0 5.0 2.0 11.72 MB

Angular library to create awesome materialize websites in angular

Home Page: https://materialize-angular.workylab.com/

License: MIT License

JavaScript 1.16% TypeScript 47.86% HTML 11.96% CSS 38.66% Shell 0.36%
angular material-ui material-design angulario angular7 scss-library scss typescript-library typescript library angular8 angular-library

materialize-angular's Introduction

Materialize Angular

Materialize Angular, easiest way to create awesome websites.
-- Check our site --
-- Check our Github pages site --

Circle CI badge npm version badge dependencies Status badge devDependency Status badge Join the community on Spectrum Monthly npm downloads

Raising funds

materialize-angular is not backed by a company (yet :D), so the future of this project depends on you. Become a Patreon, check Github Sponsor or contact us directly.

Table of contents

Why Materialize Angular

Materialize Angular is a library to help you easily doing beautiful websites. The goal of the project is to help the user in the creation of websites based on Angular and using the Material Design specification. Also, we are trying to do awesome and best quality components for different website types.

It's a very early version but it is ready for production environments. We're working on LTS versions and try to do the library compatible with different Angular versions.

Quickstart

Step 1: Install npm package:

  npm install --save materialize-angular

Step 2: Add styles

Import materialize angular styles by writing the following lines in your styles.scssfile (it is located in my-project/src/styles.scss)

$materialize-fonts-path: '~materialize-angular/fonts';

@import '~materialize-angular/styles/materialize-angular.scss';

Step 3: Import component modules in your app module:

Import just specific components by importing each one like MaterializeButtonModule, MaterializeCardModule, etc.

import { Component, NgModule } from '@angular/core';
import { MaterializeButtonModule, MaterializeCardModule } from 'materialize-angular';

@NgModule({
  imports: [
    MaterializeButtonModule,
    MaterializeCardModule
  ]
})
export class MyModule {}

Step 4: Use imported components:

Finally use the imported components into your apps components:

import { Component } from '@angular/core';

@Component({
  selector: 'app-demo',
  template: `
    <materialize-card>
      <materialize-button>Hello From Materialize Angular!</materialize-button>
    </materialize-card>
  `
})
export class MyDemoComponent {}

Documentation

Documentation is available on the Materialize Angular docs site. Also, if you can't access to our domain, you can access using our Github pages

Available features

Components Docs
Accordion Docs
Button Docs
Card Docs
Calendar Docs
Collapsible Docs
Icon Docs
Modal Docs
Ripple Docs
Forms Docs
Button Toggle Docs
Checkbox Docs
Input Docs
Label Docs
Message Docs
Radio Docs
Select Docs
Slider Docs
Switch Docs
Textarea Docs
Layout Docs
Drawer Docs
Navbar Docs
Tab Docs

Supported Browsers

Browser Supported versions
Google Chrome 75+
Safari 12.1+
Edge 18+
Firefox 68+
Internet Explorer 11+

Changelog

Learn about the latest improvements.

Contributing

Workylab welcomes contributions to this project. When contributing, please follow this steps.

Copyright and license

© 2019 WorkyLab This project is licensed under the MIT License - see the license file for details.

materialize-angular's People

Contributors

alexzoul avatar dependabot[bot] avatar igayoso avatar rodwyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

fedebossman

materialize-angular's Issues

Click events stop registering randomly

Describe the bug
When clicking on the arrow for the next month in the calendar pop up some clicks don't register.

To Reproduce
Steps to reproduce the behavior:

  1. Open datepicker popup
  2. Click on arrow for next month
  3. Repeatedly click fast enough
  4. Some clicks don't register

Expected behavior
On every click I should see a new month.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.