We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import { Leafer } from 'leafer-ui' import { HTMLText } from '@leafer-in/html'
const leafer = new Leafer({ view: window })
const text = new HTMLText({ text: <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul>, })
<ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul>
leafer.add(text)
The text was updated successfully, but these errors were encountered:
需要你自己写行内样式~,这个和浏览器的dom环境是脱钩的
Sorry, something went wrong.
还是不太行
No branches or pull requests
import { Leafer } from 'leafer-ui'
import { HTMLText } from '@leafer-in/html'
const leafer = new Leafer({ view: window })
const text = new HTMLText({
text:
<ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul>
,})
leafer.add(text)
The text was updated successfully, but these errors were encountered: