Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

radix-vue

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radix-vue

Vue port for Radix UI Primitives.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

radix-vue

This is a short description about your library.

Installation

Install the package:

npm install radix-vue
# or
pnpm install radix-vue
# or
yarn add radix-vue

Import the components directly:

<script setup lang="ts">
import { CoolCounter, CoolButton } from "radix-vue";
</script>

<template>
  <CoolCounter :startingCount="10" />
  <CoolButton backgroundColor="blue">
    Hello, I'm a cool button!
  </CoolButton>
</template>

<style>
@import "radix-vue/index.css";
</style>

Development

pnpm install

cd packages/radix-vue/
pnpm dev

pnpm build
cd ../demo/
pnpm dev

Credits

MIT License

Copyright (c) 2023 Radix Vue Contributors <https://github.com/radix-vue>

FAQs

Package last updated on 23 Jun 2023

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc