🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@sparrowengg/twigs-react

Package Overview
Dependencies
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sparrowengg/twigs-react

In house component library for SurveySparrow

0.36.3
latest
Source
npm
Version published
Maintainers
4
Created
Source

Welcome to twigs ⚡️

In house component library for SurveySparrow.

Features

  • Themeable
  • Customisable
  • Fully accessible

Installation

npm i @sparrowengg/twigs-react;

yarn add @sparrowengg/twigs-react;

Usage

import { Box, Avatar, AvatarImage, AvatarFallback } from '@sparrowengg/twigs-react';

<Box css={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
  <Avatar size="lg">
     <AvatarImage
       src="https://images.unsplash.com/photo-1511485977113-f34c92461ad9?ixlib=rb-1.2.1&w=128&h=128&dpr=2&q=80"
       alt="John Doe"
      />
     <AvatarFallback delayMs={600}>JD</AvatarFallback>
   </Avatar>
</Box>

Keywords

react

FAQs

Package last updated on 20 Jun 2025

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