Skip to main content
Back to the directory
lobehub/lobehubSoftware EngineeringFrontend and Design

modal

Imperative modal dialog creation using createModal from @lobehub/ui.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
754

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/lobehub/lobehub --skill modal
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, modal has 754 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: lobehub/lobehub. Canonical URL: https://skills.sh/lobehub/lobehub/modal.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Imperative modal dialog creation using createModal from @lobehub/ui. New code should use the base-ui modal stack (headless primitives, not antd Modal ): Body slot: pass content (or children ; runtime uses content ?? children ). Base-ui createModal renders through a separate host from the root package. The app must mount ModalHost from @lobehub/ui/base-ui once near the root (e.g. next to other global hosts). Without it, createModal calls will not appear. If the project only mounts ModalHost from @lobehub/ui , add a second lazy ModalHost from @lobehub/ui/base-ui until all imperative modals are migrated. ImperativeModalProps builds on BaseModalProps : title , width , maskClosable , open , onOpenChange , footer , styles / classNames (keys: backdrop , popup , header , title , close , content , …). Older call sites use createModal from @lobehub/ui , which is typed as antd Modal props ( children , allowFullscreen , getContainer , destroyOnHidden , styles.body , etc.).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does modal do?

Imperative modal dialog creation using createModal from @lobehub/ui.

Is modal good?

modal does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support modal?

modal currently lists compatibility with Skills CLI.

Is modal safe to install?

modal has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to modal?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install modal?

Run the following command to install modal: npx skills add https://github.com/lobehub/lobehub --skill modal

Related skills

More from lobehub/lobehub

Related skills

Alternatives in Software Engineering