Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 255 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 255 Bytes

Research UI Storybook Addon

Addon for using RUI 5 components within Storybook 7.

Installation

In your .storybook/main.js add this package as a new addon:

addons: [
  '@storybook/addon-essentials',
  '@osuresearch/storybook-addon',
]