New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@inkdes-email/button

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inkdes-email/button

Display a button in your email (InkDes Mailer)

latest
Source
npmnpm
Version
0.2.11
Version published
Maintainers
1
Created
Source

@inkdes-email/button

Button component for email.

inkdes-logo

GitHub

Installation

# pnpm
pnpm add @inkdes-email/button

# npm
npm install @inkdes-email/button

# yarn
yarn add @inkdes-email/button

Quick start

import { Button } from "@inkdes-email/button";

<Button
 text='Submit'
 href='https://example.com'
 backgroundColor='#000'
 textColor='#ffff'
 borderRadius='20px'
 style={{
  paddingBottom: '20px'
 }}
/>

Props

NameTypeRequiredDefaultDescription
srcstringYes""Path or URL to the image
textstringYes""
dir"ltr" | "rtl"NoComes from wrapping Html component's dir context prop which is ltrText direction
spacingstringNoComes from wrapping Html component's defaultSpacing context prop which is 20pxSpacing bottom, by default comes from Html defaultSpacing prop
hrefstringYes""
iconobjectNo{ url, alt, width, height }
backgroundColorstringYes""
alignstringNo"center"
directionstringNo"ltr"
textColorstringNocss color hex
borderRadiusstringNo
stylestringNoCSS style
borderWidthstringNoCSS border width
borderColorstringNoCSS border color

License

MIT © iClasser

Keywords

react

FAQs

Package last updated on 03 Jan 2026

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