Skip to content

Commit

Permalink
link snippets first
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 1, 2020
1 parent 2b132d2 commit d741869
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ Feel free to submit a pull request to add another project; it will be accepted i

You didn't find the design assets your team is looking for? Let us know!

## IDE Tools

- [Material-UI Codemorphs](https://marketplace.visualstudio.com/items?itemName=vscodeshift.material-ui-codemorphs) VSCode extension providing codemod commands for everyday work with Material-UI ✨

## Images and illustrations

- [Unsplash](https://unsplash.com): 📷 A great resource for finding beautiful, high-resolution, free photos that you can use in your projects.
- [unDraw](https://undraw.co/): 📐 Like Unsplash but for amazing vector illustrations.

## IDE Tools

- [Material-UI Snippets](https://marketplace.visualstudio.com/items?itemName=vscodeshift.material-ui-snippets) VSCode extension providing snippets.
- [Material-UI Codemorphs](https://marketplace.visualstudio.com/items?itemName=vscodeshift.material-ui-codemorphs) VSCode extension providing codemods.

## Components

This is a collection of third-party projects that extend Material-UI.
Expand Down
3 changes: 2 additions & 1 deletion docs/src/pages/guides/typescript/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ And a custom theme factory with additional defaulted options:

**./styles/createMyTheme**:
```ts
import createMuiTheme, { ThemeOptions } from '@material-ui/core/styles/createMuiTheme';
import { createMuiTheme } from '@material-ui/core/styles';
import { ThemeOptions } from '@material-ui/core/styles/createMuiTheme';

export default function createMyTheme(options: ThemeOptions) {
return createMuiTheme({
Expand Down

0 comments on commit d741869

Please sign in to comment.