@lifesg/react-design-system 1.0.0-alpha.2 → 1.0.0-alpha.4

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
@@ -66,3 +66,5 @@ import { Button } from "@lifesg/react-design-system/button";
66
66
  // Less ideal manner
67
67
  import { Button } from "@lifesg/react-design-system";
68
68
  ```
69
+
70
+ To see the full suite of components available, visit our [Storybook documentation](https://designsystem.life.gov.sg/react/index.html?path=/story/getting-started-installation--page).