Loading...
Loading...
Build, define, and import React code components into Webflow via DevLink. Use when creating Webflow code components, configuring declareComponent definitions, working with prop types, styling within Shadow DOM, bundling with Webpack, or troubleshooting DevLink imports.
npx skill4agent add 224-industries/webflow-skills webflow-code-componentsPrerequisite: Webflow Workspace on Freelancer, Core, Growth, Agency, or Enterprise plan (or a site on CMS, Business, or Enterprise). Node.js 20+ and npm 10+.
.webflow.tsxdeclareComponentnpx webflow library sharereferences/quick-start.mdssr: falsedeclareComponentreferences/hooks.mdTextRich TextText NodeLinkImageNumberBooleanVariantVisibilitySlotID.webflow.tsxnamedescriptiontagsscripts/search_references.pywebflow.jsondeclareComponentdeclareComponentuseWebflowContext# List all references with metadata
python scripts/search_references.py --list
# Search by tag (exact match)
python scripts/search_references.py --tag <tag>
# Search by keyword (across name, description, tags, and content)
python scripts/search_references.py --search <query>
# Search only prop type references
python scripts/search_references.py --prop-types
python scripts/search_references.py --prop-types --tag <tag>
python scripts/search_references.py --prop-types --search <query>scripts/search_references.py