ChemPare Documentation - v0.0.0
    Preparing search index...

    Function IconTextFader

    • IconTextFader component that smoothly transitions between an icon and text. The text is shown when the component is hovered or active, and the icon is shown otherwise.

      Parameters

      Returns Element

      <IconTextFader text="Search" active={isActive}>
      <SearchIcon />
      </IconTextFader>