Issue styling FlowBite React component

Viewed 15

I am trying to style a Flowbite Navbar React component using the className as a prop but it isn't working

<Navbar
fluid={true}
rounded={true}
className="bg-transparent"

Nothing happens and I get this red underline on className:

Type '{ children: Element[]; fluid: true; rounded: true; className: string; }' is not assignable to type 'IntrinsicAttributes & NavbarComponentProps'.

Property 'className' does not exist on type 'IntrinsicAttributes & NavbarComponentProps'

0 Answers
Related