@cryptofi/core-ui 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,11 +1,13 @@
1
1
  # CryptoFi Core UI
2
2
 
3
+ CryptoFi's library of React components and UI utilities.
4
+
3
5
  ## Development
4
6
 
5
- Launch Storybook to view components locally:
7
+ Launch Storybook to view components or develop locally:
6
8
 
7
9
  ```bash
8
- yarn storybook
10
+ yarn dev
9
11
  ```
10
12
 
11
13
  ### Adding a Component