CarloPalinckx / bricks

MyOnlineStore's react component library ⚛️

Home Page:https://myonlinestore.github.io/bricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

❗️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

About

MyOnlineStore's react component library ⚛️

https://myonlinestore.github.io/bricks

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%Language:Dockerfile 0.1%