https://github.com/softwareone-platform/mpt-extension-ui-sdk
SoftwareONE Marketplace Platform UI SDK
https://github.com/softwareone-platform/mpt-extension-ui-sdk
Last synced: 19 days ago
JSON representation
SoftwareONE Marketplace Platform UI SDK
- Host: GitHub
- URL: https://github.com/softwareone-platform/mpt-extension-ui-sdk
- Owner: softwareone-platform
- Created: 2026-01-21T15:39:38.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-04-13T08:23:20.000Z (2 months ago)
- Last Synced: 2026-04-13T10:28:44.957Z (2 months ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoftwareONE Marketplace Extensions UI SDK
A toolset of solutions that help to build Extensions UI for SoftwareONE Marketplace Platform
## Contents
### SDK (@mpt-extension/sdk)
Basic framework-agnostic tools
```bash
npm install @mpt-extension/sdk
```
### React SDK (@mpt-extension/sdk-react)
Tools that help to build extension UI as React-based application
```bash
npm install @mpt-extension/sdk-react
```