Search code examples
javascriptreactjsreact-bootstrapstorybook

React - storybook. Bootstrap Icon components don't show in storybook


I am building React storybook components using react-bootstrap. Almost components are completed well. But only some components that includes bootstrap icons don't show in storybook. Is there any way to fix this issue? Thanks.


Solution

  • import "bootstrap-icons/font/bootstrap-icons.css"; in the .storybook/preview.js file solved that issue.