Add responsibilities section to Getting Started.

Trying to help clarify exactly what MDL aims to provide and what developers may be responsible for within their applications code.
master
Jonathan Garbee 2015-07-15 09:55:09 -04:00
parent 8264328b5d
commit b8993f88a4
1 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<li><a href="#use-components">Use the components</a></li>
<li><a href="#general-rules">General rules and principles</a></li>
<li><a href="#dynamic">Use MDL on dynamic websites</a></li>
<li><a href="#responsibilities">What are MDL's responsibilities?</a></li>
<li><a href="#whats-next">What's next?</a></li>
<li><a href="#license">License</a></li>
</ul>
@ -223,6 +224,21 @@ gulp</code></pre>
</div>
</section>
<section id="responsibilities">
<h3>What are MDL's responsibilities?</h3>
<div class="section-content">
<p>
Material Design Lite is built to provide a lightweight and basic set of Material Design components for web sites and applications.
The project does not intend to provide structures to create any possible UX need.
Even within Material Design itself, cards specifically, it is unfeasible to provide every combination in a seemless manner.
When you find something not provided, such as dropdowns in the drawer, you may need to code your own component.
</p>
<p>
The team is committed to providing a great experience to developers while staying true to the promise of lite.
</p>
</div>
</section>
<section id="whats-next">
<h3>What's next?</h3>
<div class="section-content">