@faststore/ui

A lightweight, framework agnostic component library for React

Usage no npm install needed!

<script type="module">
  import faststoreUi from 'https://cdn.skypack.dev/@faststore/ui';
</script>

README

Faststore

FastStore UI

Lightweight ecommerce component library

Installation

From the command line in your project directory, run yarn add @faststore/ui.

yarn add @faststore/ui

Usage

import React, { Component } from 'react'

import { Button } from '@faststore/ui'

function MyComponent {
  return <Button>Click Me</Button>
}

Docs

For more information, please refer to our documentation: https://faststore.dev/reference/ui/overview