/bricks

MyOnlineStore's react component library ⚛️

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

❗️This project is in alpha. Styling/functionality will vary wildly between versions.❗️

Bricks

Use it:

Install it using: npm install @myonlinestore/bricks.

All components are named exports. For instance:

import { Button } from '@myonlinestore/bricks';

<Button />

Run it:

  • clone the repo
  • run npm install
  • run either npm run watch to start the dev-server running on localhost:9001 or run npm run build to build a dist to be used with npm link