@meniga/docs

6.1.9 • Public • Published

@meniga/docs

This library is a set of small UI components (based on @meniga/ui) that can be used when creating documentation websites in docusaurus, to have a consistent/branded Meniga UI.

How to use the library


All components can be imported as named imports from '@meniga/docs'.

Example:

import { MainHeader, MainContent, FeatureList, Grid, Column, Row } from '@meniga/docs'

<div>
	<MainHeader title="Carbon Insight" tagline="Welcome to the doc site" image="images/carbon.svg" imageProps={{ height: 250 }} />
    <MainContent light>
        <FeatureList features={ [...] } />
    </MainContent>
</div>

/@meniga/docs/

    Package Sidebar

    Install

    npm i @meniga/docs

    Weekly Downloads

    21

    Version

    6.1.9

    License

    MIT

    Unpacked Size

    12.6 kB

    Total Files

    7

    Last publish

    Collaborators

    • meniga-npm
    • petermeniga
    • tinna