New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vibe-storybook-components

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vibe-storybook-components

Collection of Vibe's Storybook components

  • 0.0.2-corrupted-package-a0c7682af2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20K
decreased by-33.28%
Maintainers
1
Weekly downloads
 
Created
Source

Vibe Storybook Components

image

monday.com Collection of Storybook components, with which monday-ui-react-core storybook is built - style.monday.com.

Installation

Install the component library

$ npm install vibe-storybook-components

Usage

All the package content is imported from the library's root entry:

import { ComponentName } from "vibe-storybook-components";

After that these components can be used in your storybook: either directly in story files

<ComponentName>Button</ComponentName>

or in the storybook preview.js file

addParameters({
    docs: {
        components: {
            h1: ComponentName
        }
    }
});

so that they can be used in the storybook's markdown files like this:

# Button

Styling

Most of the components have a className prop that can be used to style them. The className prop is a string that is added to the component's class list. The className prop is not required, but it's recommended to use it for styling.

Storybook

Work in Progress
[Storybook content is in active development.]

To run the storybook locally run this command:

yarn run storybook

FAQs

Package last updated on 23 Jul 2023

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