moved to https://github.com/vtex-sites/playground.store
This project serves as a compilation of examples that highlight the fundamental features of our framework. It is designed to complement our official documentation, providing users with practical demonstrations of how to leverage from FastStore framework.
Here you'll find examples of the following features:
- Section Override V2
- API Extension
In this project, we'll be using the following naming conventions:
- Stylesheet file names: kebab-case, e.g.,
custom-button.module.scss
- Component files and Component exports: PascalCase, e.g.,
CustomButton.tsx
andCustomButton
- Function exports: camelCase, e.g.,
getCustomsButtonVariants
- Constants: snake_case, e.g.,
BUTTON_VARIANTS