Socket
Book a DemoInstallSign in
Socket

@andromeda-ds/react-components

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@andromeda-ds/react-components

Library of components developed in React for the Andromeda Design System.

unpublished
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

@andromeda-ds/react-components

Library of components developed in React for the Andromeda Design System.

Installation

Install this library with the next command

npm install @andromeda-ds/react-components

Next, import the compiled styles into your main.ts file

// src/main.ts
import { createApp } from "vue";
import App from "./App.vue";
import "@andromeda-ds/react-components/dist/style.css"; // import first
import "./tailwind.css"; // import at the end

createApp(App).mount("#my-awesome-widget");

Now you can import any component from the library. Example:

<script setup lang="ts">
import { HelloWorld } from "@andromeda-ds/react-components";
</script>

<template>
  <HelloWorld msg="Hello world!" />
</template>

FAQs

Package last updated on 10 Sep 2024

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.