You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the 'Search' component of carbon design system in a react application.
I have done this earlier with a DataTable. But i dont wanna use this search bar for a table now.
I'm trying to import the component in the following way
import Search from 'carbon-components-react'
But the error i'm getting is the following one.
"export 'default' (imported as 'Search') was not found in 'carbon-components-react'
I really need help here!
The text was updated successfully, but these errors were encountered:
I want to use the 'Search' component of carbon design system in a react application.
I have done this earlier with a DataTable. But i dont wanna use this search bar for a table now.
I'm trying to import the component in the following way
import Search from 'carbon-components-react'
But the error i'm getting is the following one.
"export 'default' (imported as 'Search') was not found in 'carbon-components-react'
I really need help here!
The text was updated successfully, but these errors were encountered: