0.4.25 • Published 3 months ago

@autonolas/frontend-library v0.4.25

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

Autonolas Frontend Library

This repository contains the common UI modules/components for Autonolas frontends.

Tech Stack

  • ReactJS
  • Styled components
  • Ant Design
  • React testing library
  • Jest
  • ethers

Note

  • To avoid multiple react packages please do the following:
  1. In Application: a) cd node_modules/react && yarn link b) cd node_modules/react-dom && yarn link

  2. In Library a) yarn link react b) yarn link react-dom

Working with components in autonolas-frontend-library

When developing changes in the autonolas-frontend-library repo that you wish to see in any other repository, let's take for example autonolas-registry-frontend, follow the yarn linking process to resolve this dependency locally rather than downloading the published library package.

  1. In autonolas-frontend-library, run yarn link. This creates a symlink on your machine pointing to the library. You may require sudo permissions to run this command.
  2. In autonolas-registry-frontend, run yarn link autonolas-frontend-library. This tells yarn to get the library from your symlink instead of downloading the package from GitHub.

Once the package is linked, run yarn run build:watch in the autonolas-frontend-library repo, make changes, and see them hot reloaded into autonolas-registry-frontend.

Once you are done developing in autonolas-frontend-library, you can follow the steps below to unlink the local package. Otherwise, you may see issues if your autonolas-frontend-library repo is not up to date.

  1. In autonolas-registry-frontend, run yarn unlink --no-save autonolas-frontend-library. The --no-save flag is important to ensure that the dependency is not removed from package.json and yarn.lock.
  2. In autonolas-registry-frontend, run yarn install autonolas-frontend-library to fetch the latest published version from GitHub.
  3. In autonolas-frontend-library, run yarn unlink to delete the symlink created by yarn. You may require sudo permissions to run this command.

To run storybook

yarn run storybook

0.4.25

3 months ago

0.4.24

4 months ago

0.4.23

4 months ago

0.4.22

6 months ago

0.4.20

7 months ago

0.4.21

7 months ago

0.4.19

7 months ago

0.4.17

7 months ago

0.4.18

7 months ago

0.4.9

8 months ago

0.4.8

8 months ago

0.4.10

8 months ago

0.4.15

8 months ago

0.4.16

7 months ago

0.4.13

8 months ago

0.4.14

8 months ago

0.4.11

8 months ago

0.4.12

8 months ago

0.3.19

10 months ago

0.3.18

10 months ago

0.4.5

9 months ago

0.4.4

9 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.1

9 months ago

0.4.3

9 months ago

0.4.2

9 months ago

0.3.17

11 months ago

0.3.16

11 months ago

0.3.15

11 months ago

0.3.14

11 months ago

0.3.13

11 months ago

0.3.12

12 months ago

0.4.0

12 months ago

0.3.9

1 year ago

0.3.10

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.4

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.3

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago