Socket
Book a DemoInstallSign in
Socket

@meniga/docs

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meniga/docs

A UI and tooling library to achieve consistent branded UI for Meniga documentation sites that are based on docusaurus

latest
npmnpm
Version
6.3.0
Version published
Weekly downloads
44
4300%
Maintainers
1
Weekly downloads
 
Created
Source

@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>

FAQs

Package last updated on 06 Jun 2025

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