-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] Revise and split up "Overview" page into "Introduction" section (
#4692) Co-authored-by: Andrew Cherniavskii <[email protected]> Co-authored-by: José Rodolfo Freitas <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Olivier Tassinari <[email protected]> Co-authored-by: Matheus Wichman <[email protected]> Co-authored-by: Flavien Delangle <[email protected]>
- Loading branch information
1 parent
ffd1940
commit 687ca60
Showing
21 changed files
with
375 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Installation | ||
|
||
<p class="description">Install the necessary packages to start building with MUI X components.</p> | ||
|
||
MUI X packages are available through the free MIT-licensed Community Plan, or the commercially-licensed Pro and Premium Plans. | ||
See [the licensing page](/x/introduction/licensing/) for complete details. | ||
|
||
## Peer dependencies | ||
|
||
MUI X components have a peer dependency on `@mui/material`: the installation [instructions](/material-ui/getting-started/installation/). | ||
|
||
## Components | ||
|
||
Note that you only need to install the packages corresponding to the components you're using—e.g. data grid users don't need to install date and time pickers. | ||
|
||
### Data grid | ||
|
||
The installation [instructions](/x/react-data-grid/getting-started/#installation). | ||
|
||
### Date and Time pickers | ||
|
||
The installation [instructions](/x/react-date-pickers/getting-started/#setup). |
Oops, something went wrong.