/reusable-component-library

Material-UI based Git Submodule Repo. You can use this repo in your projects directly. This repo's aim is to show you how to use a github repo for multiple projects

Primary LanguageTypeScript

Global Component Library

Material-UI based Git Submodule Repo.

How to Add to Project

Write the following command to the terminal while you are at the root of the project

git submodule add https://github.com/alimuratumutlu/reusable-component-library src/components/shared

How It Works?

alt text

This repo can be used as a central component system that can be imported by more than one project at the same time. The developers in different teams can create tests, stories and update this repo.