Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a link component #431

Open
brauliodiez opened this issue Oct 14, 2024 · 0 comments
Open

Create a link component #431

brauliodiez opened this issue Oct 14, 2024 · 0 comments
Assignees

Comments

@brauliodiez
Copy link
Member

brauliodiez commented Oct 14, 2024

We need to add a new components under "Components" category:

  • A link component.
  • Is a text (by default blue color) and underlined.
  • The user can do inline editing (double click on the link change the text).
  • The user can change the color of the text (props)
  • Add a check box to show hide the underlined text

Created the component under: src/common/components/mock-components/front-text-components

Difined props components: pods/canvas/model/shape-other-props.utlis.ts

Defined ShapeType. core/model/index.ts

Same file ShapeDisplayName

Defined render component pods/canvas/shape-render/simple-text-components

defined option on pods/canvas/shape-render/index.tsx

Septs:

1- create simple shape component
2- create render component
3- create other props

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants