Documentation
Feedback
Guides
Storefront Development

Storefront Development
FastStoreUI components
Getting started with 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.

Installation

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

yarn


_10
yarn add @faststore/ui

npm


_10
npm install @faststore/ui


Adding styles

Import one of the following options:

All components included


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

Base styles


_10
@import "@faststore/ui/src/styles/base.scss";

You should also, import the desired components' style individually, by checking the component references to import it's style.
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page