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

@thavixt/composia

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thavixt/composia

React UI component library

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

@thavixt/composia - a component library

pipeline

npm

last commit

bundle (minzipped)

@todo: analyze bundle size at https://bundlephobia.com/package/@thavixt/composia

Composia logo

Tiny blocks, big wings!

Composia credula is a tiger moth of the family Erebidae first described in 1775.

composia is a React component library based on shadcn, including all the pre-made components and styling- with some modifications and additional components.

Visit the Storybook to view all available components with code examples.

Installation

npm install @thavixt/composia

Usage

Import the pre-built styles in your root component:

import '@thavixt/composia/dist/index.css';

An example of using the <Button /> component would look like this:

import { Button } from '@thavixt/composia';

export function MyComponent() {
  return (
    <Button variant="secondary" onClick={() => console.log('Clicked!')}>
      Perform task
    </Button>
  )
}

Keywords

component

FAQs

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