🎉 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 a 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.


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.