New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hudoro/button-rn

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hudoro/button-rn

button component for hudoro ui

  • 0.1.1-beta.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-62.5%
Maintainers
2
Weekly downloads
 
Created
Source

Hudoro Button react native

Hudoro Button react native is a strict and customizable button react native component for web development projects, designed for simplicity and adherence to strict design guidelines.

Screenshots

App Screenshot

Package instalation

Instal package using pnpm

  pnpm add @hudoro/button-rn

Instal package using yarn

  yarn add @hudoro/button-rn

Instal package using npm

  npm i @hudoro/button-rn

import package to your project

  import {Button} from '@hudoro/button-rn'

Usage/Examples

import { Button } from '@hudoro/button-rn';

function App() {
  return (
    <Button primary size="lg">
      Hudoro Button For react native
    </Button>
  );
}

Props

Props that you can pass to @hudoro/button-rn
Prop NameTypeValueDefault
sizestring'xs', 'sm', 'md', 'lg''md'
cornerstring'rounded', 'circular''md'
fullWidthbooleanfalse / truefalse
primarybooleanfalse / truetrue
secondarybooleanfalse / truefalse
tertiarybooleanfalse / truefalse
quaternarybooleanfalse / truefalse
linkbooleanfalse / truefalse
successbooleanfalse / truefalse
dangerbooleanfalse / truefalse
warningbooleanfalse / truefalse

Keywords

FAQs

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

  • 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