-
In this usage guideline https://cloudscape.design/components/code-editor/?tabId=usage, you guy said that we should not use Code Editor component to show code that not allow to change. So is there any component can i use ? |
Beta Was this translation helpful? Give feedback.
Answered by
taheramr
Mar 5, 2023
Replies: 1 comment
-
Hello hiimnhan, We don't currently have a readonly code component but it is in our plan, we'll keep you updated once we have something! Till then you can use the native |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gethinwebster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello hiimnhan,
We don't currently have a readonly code component but it is in our plan, we'll keep you updated once we have something!
Till then you can use the native
pre
andcode
elements to display readonly code blocks in your application.