New
Community Showcase #5Visual test with Chromatic
Star79,046
Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
storybook-addon-meta
Meta information for Storybook components
npm install storybook-addon-meta
Last updated about 2 years ago
68
Downloads per week
Readme View on GitHub

storybook-addon-meta / Exports

storybook-addon-meta

Meta information for Storybook components

Installation

Install with npm:

$ npm install --save storybook-addon-meta

Install with yarn:

$ yarn add storybook-addon-meta

Demo

Try online demo

Documentation

Try online documentation

Screenshot

Example

Classes

storybook-addon-meta / Exports / lib/Meta / Meta

Class: Meta

lib/Meta.Meta

Properties

    static componentPath(component: any): string;
    static componentName(component: any): string;

Usage

es module

import { Meta } from 'storybook-addon-meta'

const path = Meta.componentPath(component); // return component path
const name = Meta.componentName(component); // return component name

commonjs

var Meta = require('storybook-addon-meta').Meta;

var path = Meta.componentPath(component); // return component path
var name = Meta.componentName(component); // return component name

Demo

Try online demo

es module

const path = Meta.componentPath(component); // return component path
const name = Meta.componentName(component); // return component name

commonjs

var path = Meta.componentPath(component); // return component path
var name = Meta.componentName(component); // return component name

Table of contents

Constructors

Methods

Constructors

constructor

+ new Meta(): Meta

Returns: Meta

Methods

componentName

StaticcomponentName(component: any): string

Parameters:
Name Type
component any

Returns: string

Defined in: lib/Meta.ts:31


componentPath

StaticcomponentPath(component: any): string

Parameters:
Name Type
component any

Returns: string

Defined in: lib/Meta.ts:17

storybook-addon-meta / Exports

storybook-addon-meta

Table of contents

Modules

Modules

storybook-addon-meta / Exports / index

Module: index

Table of contents

References

References

Meta

Re-exports: Meta

storybook-addon-meta / Exports / lib/Meta

Module: lib/Meta

Table of contents

Classes

storybook-addon-meta / Exports / log

Module: log

Table of contents

Variables

Variables

log

Const log: Logger

Defined in: log.ts:3

storybook-addon-meta / Exports / types/declaration

Module: types/declaration

Join the community
6,200 developers and counting
WhyWhy StorybookComponent-driven UI
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI