@angle-technologies/react-components

Angle React Components

Usage no npm install needed!

<script type="module">
  import angleTechnologiesReactComponents from 'https://cdn.skypack.dev/@angle-technologies/react-components';
</script>

README

Angle React Components

Getting Started

yarn add @angle-technologies/react-components

How to link library in your project

Please note that linking this project into a consumer project is not possible with the standard npm link. You can however link the library in your project like this:

  1. Create a .env file in the root of this project
  2. Add a variable CONSUMER_PROJECT_PATH with the path to your consumer project (see example below)
  3. Run yarn watch

... now you can make changes in this library and they will be reflected in the consumer project.

Example .env file:

# example .env file
CONSUMER_PROJECT_PATH=/Users/exampleuser/angle/angle-web