mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
improved README
This commit is contained in:
parent
99face76a0
commit
deaa7dd9f6
36
README.md
36
README.md
|
@ -6,39 +6,23 @@ Just include the theme right after the Bootstrap CSS and include the javascript
|
||||||
|
|
||||||
This theme is in early development and is not ready for production.
|
This theme is in early development and is not ready for production.
|
||||||
|
|
||||||
Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/).
|
Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/) (could be not even with the master branch).
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
bower install bootstrap-material-design --save
|
BOWER (LESS): bower install bootstrap-material-design --save
|
||||||
|
BOWER (SASS): bower install bootstrap-material-design-sass --save
|
||||||
|
NPM (SASS): npm install bootstrap-material-sass --save
|
||||||
|
GEMS (LESS): gem install bootstrap-material-design
|
||||||
|
|
||||||
|
**NB**: the only official repository is the BOWER (LESS) one, the others could (but should not) be outdated.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
Navigate to the `template/` folder in this repository, and you will see the `index.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes.
|
Navigate to the `template/` folder in this repository, and you will see the `index.html` file, which has the CSS include statements, in the `head` section and the JS includes just before `body` section closes.
|
||||||
|
|
||||||
You need to copy the `material/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes.
|
You need to copy the `material/` folder to the root of your project, ensuring that all the files in your project can access the files through the relative URL, supplied in the CSS and the JS includes.
|
||||||
|
|
||||||
## Features
|
## Todo
|
||||||
|
|
||||||
Currently supported elements:
|
|
||||||
|
|
||||||
- Input fields (text, numeric, email, etc)
|
|
||||||
- Textarea
|
|
||||||
- Buttons (ripple effect working)
|
|
||||||
- Select
|
|
||||||
- Navbar
|
|
||||||
- Button groups
|
|
||||||
- Input groups
|
|
||||||
- Checkbox
|
|
||||||
- Radio
|
|
||||||
- Alerts
|
|
||||||
- Progress bars
|
|
||||||
- Jumbotron
|
|
||||||
- Wells
|
|
||||||
- Dialogs
|
|
||||||
- Lists
|
|
||||||
|
|
||||||
Todo elements:
|
|
||||||
|
|
||||||
- Morphing icons
|
- Morphing icons
|
||||||
- [Icons/grids/chips to card/fullscreen transitions](http://www.polymer-project.org/components/core-animated-pages/demo.html)
|
- [Icons/grids/chips to card/fullscreen transitions](http://www.polymer-project.org/components/core-animated-pages/demo.html)
|
||||||
|
@ -48,18 +32,20 @@ Todo elements:
|
||||||
- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html)
|
- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html)
|
||||||
|
|
||||||
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed.
|
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed.
|
||||||
|
More "todo" things can be found in the ISSUES of this repository.
|
||||||
|
|
||||||
# Support me
|
# Support me
|
||||||
|
|
||||||
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
|
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
|
||||||
|
|
||||||
[![gittip](screenshots/gittip-button.jpg)](https://www.gittip.com/FezVrasta/)
|
[![gittip](screenshots/gittip-button.jpg)](https://www.gratipay.com/FezVrasta/)
|
||||||
[![issues](screenshots/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
|
[![issues](screenshots/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
|
||||||
|
|
||||||
# Contribute
|
# Contribute
|
||||||
|
|
||||||
Please see the [contrib](CONTRIBUTING.md) file.
|
Please see the [contrib](CONTRIBUTING.md) file.
|
||||||
|
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
Material Design for Bootstrap provides some additional stuff to get the best from Material Design.
|
Material Design for Bootstrap provides some additional stuff to get the best from Material Design.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user