🎉 We are thrilled to introduce FastStore v2. If you are looking for documentation of the previous version of FastStore, please refer to FastStore v1.

UI Components
FastStore UI

FastStore UI

FastStore UI is an ecommerce-focused library of brandless components you can easily use on your application. It provides features & basic style that makes it faster to implement and customize on top of it.

FastStore UI is designed and built following the Atomic Design (opens in a new tab) pattern. Atomic Design breaks user interfaces hierarchically into smaller and simpler components and the FastStore components are classified in: atoms, molecules, organisms and features.


Installation

Install @faststore/ui as a dependency of your project via the command line:

yarn

yarn add @faststore/ui

npm

npm install @faststore/ui

Adding styles

Import one of the following options:

All components included

@import "@faststore/ui/src/styles/components.scss";

Base styles (& Import the desired components' style individually)

@import "@faststore/ui/src/styles/base.scss";
Check the component references to import the it's style.