PrimeNG component is not rendering #31067
Unanswered
marczulajtis
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm having an issue with component rendering. Having and issue like on the screenshot.
Using library of custom components with PrimeNG.
Many thanks for your help!
Additional information
`import { Meta, StoryObj } from '@storybook/angular';
import { Story } from '@storybook/blocks';
import { ButtonComponent } from '../../../projects/ui-components/src/lib/button/button.component';
const meta: Meta = {
title: 'Components/Button',
component: ButtonComponent,
tags: ['autodocs'],
};
export default meta;
type Story = StoryObj;
export const Button: Story = {
args: {
severity: 'success',
},
};
`
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions