No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:

  1. Missing Context/Providers: You can use decorators to supply specific contexts or providers, which are sometimes necessary for components to render correctly. For detailed instructions on using decorators, please visit the Decorators documentation.
  2. Misconfigured Webpack or Vite: Verify that Storybook picks up all necessary settings for loaders, plugins, and other relevant parameters. You can find step-by-step guides for configuring Webpack or Vite with Storybook.
  3. Missing Environment Variables: Your Storybook may require specific environment variables to function as intended. You can set up custom environment variables as outlined in the Environment Variables documentation.

Changelog

= Breaking change

7.1.0 - 2025-08-29

Bugfix

  • Header 1177, Header 1177 admin, and Header 1177 pro, nav menu now close when clicking on a menu-link or outside the menu.
  • All form elements can now take the prop focusAnchor which will set the class ids-focus-anchor on the input.

7.0.1 - 2025-07-14

Added

  • Form components now takes forwardRef (except for select multiple and spinner).

7.0.0 2025-06-19

Changed

  • All components are now pure react components. Several properties have changed names, and the old svg-icons are no longer supported.
  • Puff list is now a pure react component. It can no longer take a string as headline, instead you have to provide an h-tag with an optional a-tag inside. If you want the whole puff list item to be a link, provide an a-tag for the itemLink property. If you want a date label, provide one through the dateLabel property.
  • Button is now a pure react component. Add a new icon to prop icon, or an old icon to prop oldIcon.
  • Tag property clickable is gone. Supply an onClick function instead if you want it clickable.
  • All footers are now a pure react components.
  • Card now takes a cardLink instead of setting interactive to true.

6.1.0 - 2025-04-30

No react specific changes.

6.1.0 - 2025-04-30

No react specific changes.

6.0.1 - 2025-04-01

Bugfix

  • Alert content text can again contain links.

6.0.0 - 2025-03-28

Changed

  • Expandable is now named Accordion
  • Agent, Alert, Alert-global, Badge, Breadcrumbs, Card, Data-label, Notification-Badge and Tag are now React components with new documentation and properties.