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

@cosmology-ui/chain-dropdown

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmology-ui/chain-dropdown

cosmology-ui

  • 0.1.2-beta.93
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
28
increased by55.56%
Maintainers
3
Weekly downloads
 
Created
Source

@cosmology-ui/chain-dropdown

👉 Make sure you are using react^18.2

Install

yarn add @chakra-ui^2.4.2 @cosmology-ui/chain-dropdown @cosmology-ui/theme

Usage

import { ChakraProvider } from '@chakra-ui/react';
import { defaultTheme, ThemeProvider } from '@cosmology-ui/theme';
import { ChainDropdown } from '@cosmology-ui/chain-dropdown';

export default function Home() {
  return (
    <ThemeProvider>
      <ChakraProvider theme={defaultTheme}>
        <ChainDropdown />
      </ChakraProvider>
    </ThemeProvider>
  );
}

Our Website

⚛️ https://cosmoskit.com/

Credits

🛠 Built by Cosmology — if you like our tools, please consider delegating to our validator ⚛️

Keywords

FAQs

Package last updated on 19 Apr 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