Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add a VISION.md file #6982

Merged
merged 5 commits into from
Jun 1, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 17 additions & 0 deletions VISION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Material UI’s Philosophy

We are on a mission to provide an elegant implementation of the Material Design Specification.
But we believe we can do more.

We want Material-UI to become whatever is generally useful for application development in the spirit of the Material Design spec.
This means Material Design with a general use UI library of components that are needed by many. This general use doesn't imply any other design methodology.
It also means we will have components or combinations that are simply not addressed in the spec.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not totally clear on what this paragraph is alluding to. What does general-use mean in this context, and what is the "more" mentioned in the previous paragraph?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated to address flow of intent.

We also focus on providing all the low-level tools needed to build a rich user-interface with React.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do?

Once you solve the Material design specification (that put the bar very high),
you should be able to take advantage of it for you own business custom style.
We want to see companies succeeding making Material UI matches their brand. We don't want them to feel that their UI looks like another Google product.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"We don't want them to feel that their UI looks like another Google product."

Pretty sure that's Google's intent behind Material Design! 😆

From a user point of view, we want Material UI to be a pleasure to work with.
We want to deliver on fully encapsulated react components.
We want as much developer joy as possible.