Build faster with Premium Chakra UI Components 💎

Learn more

How to manage updates

November 15, 2024

When snippets are updated from Chakra UI, we document them in the changelog so you're aware.

In your project, it's up to you to decide whether to update the snippets or not. In most cases, you can check the snippet directory to see the changes.

When running the npx chakra snippet add command, the CLI will check for existing snippets in your project and skip adding them if they already exist.

If you want to overwrite the existing snippets, run the following command:

npx chakra snippet add --force