Skip to content

vtex-sites/playground.store

Repository files navigation

FastStore Playground

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:

Naming Conventions

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 and CustomButton
  • Function exports: camelCase, e.g., getCustomsButtonVariants
  • Constants: snake_case, e.g., BUTTON_VARIANTS