@tetrascience-npm/tetrascience-react-ui 0.4.0-beta.5.1 → 0.4.0-beta.7.1
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
React component library for building TetraScience applications.
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/@tetrascience-npm/tetrascience-react-ui) [](https://github.com/tetrascience/ts-lib-ui-kit/actions/workflows/ci.yml) 📖 **[Storybook – Live Component Demos](https://ts-lib-ui-kit-storybook.vercel.app/)** | 🛠️ **[Contributing Guide](./CONTRIBUTING.md)**
|
|
6
|
+
|
|
5
7
|
This library provides:
|
|
6
8
|
|
|
7
9
|
- **UI Components**: Reusable React components following atomic design principles
|
|
@@ -255,6 +257,8 @@ Visit <http://localhost:5173> to see the example app with custom theming.
|
|
|
255
257
|
|
|
256
258
|
## Documentation
|
|
257
259
|
|
|
260
|
+
- [Storybook – Live Component Demos](https://ts-lib-ui-kit-storybook.vercel.app/) - Browse all components with interactive examples
|
|
261
|
+
- [NPM Package](https://www.npmjs.com/package/@tetrascience-npm/tetrascience-react-ui) - Installation and version info
|
|
258
262
|
- [Getting Started Guide](./get_started_1.md) - Step-by-step tutorial
|
|
259
263
|
- [Theming Guide](./THEMING.md) - Customise the design system
|
|
260
264
|
- [Contributing](./CONTRIBUTING.md#development-setup) - Clone the repo and run `yarn storybook`
|