Installation
Install Zappicon in your project by following the instructions for your specific framework below.
Warning
Make sure to add .npmrc to your .gitignore file to prevent exposing your token in version control.
React
Install Zappicon in your React project
Free version
Pro version
Create a .npmrc file in the root of your project and add the following lines:
.npmrc
replace YOUR_AUTH_TOKEN with your actual personal access token.
Then, install the pro version:
Read the full Docs.
Vue
Install Zappicon in your Vue project
Free version
Pro version
Create a .npmrc file in the root of your project and add the following lines:
.npmrc
Replace YOUR_AUTH_TOKEN with your actual personal access token.
Then, install the pro version:
Read the full Docs.
React Native
Install Zappicon in your React Native project
Free version
Pro version
Create a .npmrc file in the root of your project and add the following lines:
.npmrc
Replace YOUR_AUTH_TOKEN with your actual personal access token.
Then, install the pro version:
Read the full Docs.
Tailwind CSS
Install Zappicon in your Tailwind CSS project
Free version
Configuration
For Tailwind CSS v3.x, add the plugin to your tailwind.config.js file:
tailwind.config.js
For Tailwind CSS v4.x, add the plugin directly to your css file:
styles.css
Pro version
Create a .npmrc file in the root of your project and add the following lines:
.npmrc
Replace YOUR_AUTH_TOKEN with your actual personal access token.
Then, install the pro version:
Configuration
For Tailwind CSS v3.x, add the plugin to your tailwind.config.js file:
tailwind.config.js
For Tailwind CSS v4.x, add the plugin directly to your css file:
styles.css
Read the full Docs.