Skip to content

[Feature request] make arrow size customizable #753

Closed
@FedeTommi

Description

@FedeTommi

Would it be possible to add a new prop "arrowSize" to change the size of the arrow?
like so:

.${uuid}.place-bottom::after {
       border-left: ${arrowSize}px solid transparent;
       border-right: ${arrowSize}px solid transparent;
       top: -6px;
       left: 50%;
       margin-left: -${arrowSize}px;
       border-bottom-color: ${arrowColor};
       border-bottom-style: solid;
       border-bottom-width: 6px;
   }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions