-
Notifications
You must be signed in to change notification settings - Fork 3
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
TIDO v5: show panels wrapper which contains text and switch between different types of text content #533
Conversation
@paulpestov Shall we display by default the first text content type or should one make the initial display configurable ? |
Somehow I get this error at Error: The following dependencies are imported but could not be resolved: |
have you installed primereact locally ? |
I think its missing in package.json |
…e its usage on different components
…ttribute name given in config
…nifest data from the document url 2. we get the item url based on the manifest data and the item index provided in the config
… on a specified width %
@@ -5,8 +5,14 @@ import './css/style.css' | |||
|
|||
import App from './App.tsx' | |||
|
|||
window.Tido = function Tido(config = {}) { | |||
createRoot(document.getElementById('app')!).render(<App customConfig={config} />) | |||
declare global { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulpestov I merged the PR, but I have still one question. Which is the idea behind the lines 8-12 in this file ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to satisfy Typescript
No description provided.