New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@stage-ui/core

Package Overview
Dependencies
Maintainers
9
Versions
362
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stage-ui/core

Flexible UI components library declared by your own Design System.

latest
Source
npmnpm
Version
0.7.65
Version published
Weekly downloads
57
-83.85%
Maintainers
9
Weekly downloads
 
Created
Source

StageUI

Flexible UI components library declared by your own Design System.

npm install @stage-ui/core

Install

yarn add @stage-ui/core

Getting started

import React from 'react'
import { Viewport, Header } from '@stage-ui/core'

export default () => {
    return (
        <Viewport>
            <Header>Hello world!</Header>
        </Viewport>
    )
}

MIT License

Keywords

stageui

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts