Package Exports
- materialize-css
- materialize-css/bin/materialize.css
- materialize-css/bin/materialize.js
- materialize-css/dist/css/materialize.css
- materialize-css/dist/css/materialize.min.css
- materialize-css/dist/js/materialize
- materialize-css/dist/js/materialize.js
- materialize-css/dist/js/materialize.min
- materialize-css/dist/js/materialize.min.js
- materialize-css/extras/noUiSlider/nouislider.js
- materialize-css/js/animation
- materialize-css/js/buttons
- materialize-css/js/buttons.js
- materialize-css/js/cards
- materialize-css/js/character_counter
- materialize-css/js/collapsible
- materialize-css/js/date_picker/picker
- materialize-css/js/date_picker/picker.date
- materialize-css/js/dropdown
- materialize-css/js/forms
- materialize-css/js/forms.js
- materialize-css/js/global
- materialize-css/js/global.js
- materialize-css/js/hammer.min
- materialize-css/js/jquery.easing.1.3
- materialize-css/js/jquery.hammer
- materialize-css/js/materialbox
- materialize-css/js/parallax
- materialize-css/js/pushpin
- materialize-css/js/scrollFire
- materialize-css/js/scrollspy
- materialize-css/js/sideNav
- materialize-css/js/slider
- materialize-css/js/tabs
- materialize-css/js/tabs.js
- materialize-css/js/toasts
- materialize-css/js/tooltip
- materialize-css/js/transitions
- materialize-css/js/velocity.min
- materialize-css/js/velocity.min.js
- materialize-css/js/waves
- materialize-css/sass/materialize.scss
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (materialize-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Materialize, a CSS Framework based on material design
Current Version : v0.98.0
Sass Requirements:
- Ruby Sass 3.3+, LibSass 0.6+
Supported Browsers:
Chrome 35+, Firefox 31+, Safari 7+, IE 10+
Changelog
Bolded styling surrounded by emojis indicates a breaking change.
v0.98.0 (January 25th)
- 🙅 Standardized plugin option naming to camelcase (please check your plugin calls to make sure all the options are camelcase) 🙅
- Added FABs in image cards
- Added swipeable tabs
- Fixed carousel misalignment when switching quickly
- Fixed carousel resize bug where slide widths wouldn't change when changing window size
- Improved tabs compatibility with cards
- Fixed bug where using backspace to delete chips would navigate back in certain browsers
- Added autocomplete integration with chips
- Upgraded noUiSlider to version 9 with support for vertical sliders
v0.97.8 (October 30th, 2016)
- Refactored Modal plugin
- Tabs now supported in navbar
- Chips data can now be reinitiailized
- Minor side nav fixes
- FAB to toolbar component added
- Fixed dropdown options bug
v0.97.7 (July 23rd, 2016)
- Basic horizontal cards
- Carousel bug fixes and new features
- Updated sidenav styles and new component
- Meteor package now supports Sass
- Autocomplete form component
- Chips jQuery plugin
v0.97.6 (April 1st, 2016)
- Removed deprecated material icons from project
- Changed /font directory to /fonts
- Datepicker and ScrollSpy now compatible with jQuery 2.2.x
- Responsive tables now work with empty cells
- Added focus states to checkboxes, switches, and radio buttons
- Sidenav and Modals no longer cause flicker with scrollbar
- Materialbox overflow and z-index issues fixed
- Added new option for Card actions within a Card reveal
Contributing
Please read CONTRIBUTING.md for more information
Testing
We use Jasmine as our testing framework and we're trying to write a robust test suite for our components. If you want to help, here's a starting guide on how to write tests in Jasmine