Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@danilandreev/material-docs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danilandreev/material-docs

material-docs - react framework for easy creating documentation site in material design style.

latest
Source
npmnpm
Version
0.3.5
Version published
Maintainers
1
Created
Source
Material Docs logo

Material Docs

React framework for easy creating documentation site in material design style

Installation.

With npm:

npm install @danilandreev/material-docs

With yarn:

yarn add @danilandreev/material-docs

Read installation guide

Usage

import React from "react";
import DocsLayout from "@danilandreev/material-docs/layout/DocsLayout";
import DocsPages from "@danilandreev/material-docs/components/DocsPages";
import PagesGroup from "@danilandreev/material-docs/components/PagesGroup/PagesGroup";


export default function MyApp() {
    return(
        <DocsLayout autoMenu>
            <DocsPages>
                <PagesGroup name={"Getting started"}>

                </PagesGroup>
                <PagesGroup name={"Components"}>
                    <DocsPageDemo... />
                </PagesGroup>
                <PagesGroup name={"APIs"}>
                    <DocsPageAPI... />
                </PagesGroup>
            </DocsPages>
        </DocsLayout>
    );
}

Explore the docs

Support

You can ask for support by email: help.materialdocs@gmail.com

Author

Danil Andreev | danssg08@gmail.com | https://github.com/DanilAndreev

Keywords

material-design

FAQs

Package last updated on 17 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts