Getting Started
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
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";