DocSpace-client/packages/components/link-with-dropdown
2023-11-10 11:20:02 +04:00
..
index.js Fixed paths 2023-11-10 11:20:02 +04:00
link-with-dropdown.stories.js Web: Components: removed redundant stories 2023-03-31 20:39:58 +05:00
link-with-dropdown.test.js Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
README.md Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
styled-link-with-dropdown.js front add rtl link-with-dropdown 2023-05-31 16:08:37 +03:00

LinkWithDropdown

Link with dropdown

Usage

import LinkWithDropdown from "@docspace/components/link-with-dropdown";
<LinkWithDropdown color="black" isBold={true} data={data}>
  Link with dropdown
</LinkWithDropdown>

Properties

Props Type Required Values Default Description
color oneOf - gray, black, blue black Color of link in all states - hover, active, visited
data array - - - Array of objects, each can contain <DropDownItem /> props
dropdownType oneOf alwaysDashed, appearDashedAfterHover - Type of dropdown: alwaysDashed is always show dotted style and icon of arrow, appearDashedAfterHover is show dotted style and icon arrow only after hover
fontSize string - - 13px Font size of link
fontWeight number, string - - - Font weight of link
id string - - - Accepts id
isBold bool - - false Set font weight
isSemitransparent bool - - false Set css-property 'opacity' to 0.5. Usually apply for users with "pending" status
isTextOverflow bool - - true Activate or deactivate text-overflow CSS property with ellipsis (' … ') value
style obj, array - - - Accepts css style
title string - - - Title of link