Socket
Socket
Sign inDemoInstall

minista-sitemap

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minista-sitemap

React component to easily create a sitemap for delivery in minista


Version published
Weekly downloads
14
increased by1300%
Maintainers
1
Install size
30.7 kB
Created
Weekly downloads
 

Readme

Source

minista sitemap

image

About

minista で納品用のサイトマップを簡単に作るための React コンポーネント。

  • 納品物に追加の CSS や JavaScript をバンドルさせない
  • 無制限に入れ子リストを作れる

How To Use

npm

$ npm install minista-sitemap
import { Wrapper, Style, Header, Main, Nav, List } from "minista-sitemap"

example: page / json

Dark Mode

ダークモード @media (prefers-color-scheme: dark) 用の CSS Variables を追加する場合は、Style コンポーネントに darkMode={true} を付与します。

<Style darkMode={true} />

Default Dark

基本色をダークテーマにする場合は、Style コンポーネントに defaultDark={true} を付与します。

<Style defaultDark={true} />

Support

ChromeFirefoxSafari
NewestNewestNewest

License

  • MIT

Credit

Keywords

FAQs

Last updated on 18 May 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc