Skip to content
v v1.8.0

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.

  1. Install the NPM package
    Terminal window
    npm install @isitetv/srp-toolkit
  2. Use
    ---
    import {ComponentName} from "@isitetv/srp-toolkit"
    ---
    <ComponentName>Hello SRP!</ComponentName>
├── 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 Toolkit

For more detail, take a look at the Toolkit’s README.md