Replies: 1 comment
-
| Generally Lowcoder makes use of ANTd incl. all styles. https://ant.design/components/ I see that you include other components like: @/components/ui/card. Just as a random example, please have a look here: https://github.com/lowcoder-org/lowcoder/blob/main/client/packages/lowcoder/src/comps/comps/mediaComp/audioComp.tsx We make use of styled.div<{...}> for example. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, im trying to build an app that uses endpoints on meta graph api (gaph.facebook.com), around the message templates manipulation(https://developers.facebook.com/docs/graph-api/reference/whats-app-business-account/message_templates/), so far so good, but i`m trying to develop a custom component to simulate whatsapp preview message, something alike this

i got this working code using react and so on (HTML/CSS/JS and the React.js library > https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/custom-component
but when i try to use it on lowcoder i get something like this

Beta Was this translation helpful? Give feedback.
All reactions