Socket
Socket
Sign inDemoInstall

@sanity/dashboard

Package Overview
Dependencies
Maintainers
9
Versions
498
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/dashboard

Tool for rendering dashboard widgets


Version published
Weekly downloads
18K
increased by6.22%
Maintainers
9
Weekly downloads
 
Created
Source

Dashboard

Tool which picks up and renders any widgets implementing part:@sanity/dashboard/widget. Install this plugin in your Content Studio to display stats about your project, number of edits last 24 hours, etc.

The Dashboard tool has been designed to be as generic as possible, making few assumptions about its widgets. The Dashboard itself is mostly concerned about the layout of the configured widgets.

How to install a widget

How to create a widget

How to configure the Dashboard

Override part:@sanity/dashboard/config in your Studio to take control of what appears on the dashboard.

A widget’s size behavior can be defined using the layout configuration, e.g.:

export default {
  widgets: [{name: 'project-info', layout: {width: 'medium', height: 'auto'}}]
}

Keywords

FAQs

Package last updated on 12 Mar 2019

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc