🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@trii/components

Package Overview
Dependencies
Maintainers
3
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trii/components

Trii components package

latest
npmnpm
Version
2.0.99
Version published
Weekly downloads
56
-58.52%
Maintainers
3
Weekly downloads
 
Created
Source

Trii Components

Introduction

This project contains reusable components for the Trii application.

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher) or yarn (v1.22 or higher)

Installation

  • Clone the repository:
    git clone https://github.com/yourusername/trii-components.git
    
  • Navigate to the project directory:
    cd trii-components
    
  • Install dependencies:
    npm install
    
    or
    yarn install
    

Running the Project

To start the development server, run:

npm run storybook

or

yarn storybook

Building the Project

To build the project, run:

npm run build

or

yarn build

Upload build to NPM

To upload the build to NPM, run:

npm publish

or

yarn publish

FAQs

Package last updated on 28 May 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