Socket
Socket
Sign inDemoInstall

@clodeo/react-ui

Package Overview
Dependencies
6
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @clodeo/react-ui

Clodeo React UI component library


Version published
Weekly downloads
959
decreased by-14.91%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

@clodeo/react-ui

npm latest package npm next package npm downloads

Installation

@clodeo/react-ui is available as an npm package.

// with npm
npm install @clodeo/react-ui

// with yarn
yarn add @clodeo/react-ui

Usage

Example usage

import * as React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@clodeo/react-ui';
 
function App() {
  return <Button label={"Hello World"}/>;
}
 
ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

TODO

Keywords

FAQs

Last updated on 16 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc