Installation
Learn how to install and use the Webflow Svelte CLI to add components to your project
Install the CLI package using your preferred package manager:
After installation, run wfs init
to initialize your components:
The CLI will prompt you to enter your license key. You can find your license key in your Lemon Squeezy account. This key is required to access and install the components:
After validating your license, you'll be guided through choosing where to install the CSS file, selecting a location for the components, and installing all available components.
Import the wfs.css
file in your main application file.
You can now start using the components in your project. Check out the components section to learn how to use them.
Commands
Command | Description |
---|---|
init | Initialize the project and install all components |
activate | Activate a license |
deactivate | Deactivate the license |
help | Display this help message |