Getting Started
SRP Toolkit Docs is a component library created to to aid in the development of Samsung River Pages.
The NPM package it details can be integrated into any Astro project.
Installation
Section titled “Installation”- Install the NPM package
Terminal window npm install @isitetv/srp-toolkit - Use---import {ComponentName} from "@isitetv/srp-toolkit"---<ComponentName>Hello SRP!</ComponentName>
Inside the Toolkit Docs
Section titled “Inside the Toolkit Docs”├── Getting Started/ # You are here├── Components/ # SRP Astro components and how they are used└── Page Templates└── └── Component Showcase # Example page build using components from the ToolkitFor more detail, take a look at the Toolkit’s README.md