Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/material-docs/react-components-docs-extension

Material Docs framework extension for creating React components API pages.
https://github.com/material-docs/react-components-docs-extension

api components extension material-design material-docs material-ui react reactjs

Last synced: about 2 months ago
JSON representation

Material Docs framework extension for creating React components API pages.

Awesome Lists containing this project

README

        


Material Docs logo


# Material Docs - React components API extension
### An official extension for the Material Docs documentation framework.
This _extension_ designed to help to create API pages for ___React___ components. It includes __props__ and __styles__ tables and other info blocks.
## Installation.
With __npm__:
```
npm install @material-docs/react-components-docs-extension
```
With __yarn__:
```
yarn add @material-docs/react-components-docs-extension
```
[Read installation guide]()
## Usage
```jsx


The API documentation of the React component.





import Component from "./lib/MyComponent";
import {Component} from "./lib";


You can learn more about the difference by [reading this guide](https://...).



Children of an element
Your name


Styles applied to the root element
Styles applied to the link element


More information...

```
[Explore the docs]()
## Support
You can ask for support by email: [email protected]

## Author
Danil Andreev | [email protected] | https://github.com/DanilAndreev