See also

Brand lexicon

Best practices for writing great articles and documentation

Technical docs / docs-infra

Style conventions for MUI components and products

Callouts and their usage in the docs

Referencing JS identifiers

When referencing a JavaScript identifier, wrap it with backticks.

If the identifier is a function add parenthesis at the end. This gives a hint to developers about the type.

Examples

✅ Use the theme.applyStyles() utility to apply styles for a specific mode. ❌ Use the theme.applyStyles utility to apply styles for a specific mode.

Our goals and principles

With everything we publish, we aim to be:

<aside> 💡 "Share knowledge, not features." Whenever we write about the product, the emphasis should always be on informing our readers how and why to use any given feature. MUI and its products should usually not be the subject of the headline. The value to the reader is what matters most. From Developer Marketing Does Not Exist by Adam Duvander.

</aside>