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

react-vite-component-library

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-vite-component-library - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/lib/index.d.ts

@@ -11,4 +11,4 @@ import { ButtonThemes, AppDialogVariant } from './types/enums';

export const AppTextBox: (props: ITextBoxProps) => JSX.Element;
export const Eye: ({ color?: string }) => JSX.Element;
export const TailessArrow: ({
export const Eye: ({ color }: { color?: string }) => JSX.Element;
export const TailessArrow: ({ customClass, customStroke }: {
customStroke?: string;

@@ -15,0 +15,0 @@ customClass?: string;

@@ -16,3 +16,3 @@ {

},
"version": "1.1.1",
"version": "1.1.2",
"type": "module",

@@ -19,0 +19,0 @@ "files": [

@@ -36,3 +36,3 @@ # This is a template to create React Components Library

```
yarn build
npm run build
```

@@ -46,14 +46,14 @@

## Import css
## Usage Of Components
```
@import "node_modules/react-vite-component-library/dist/index.css";
import { AppButton } from 'react-vite-component-library/appbutton'
```
...
<Component />
...
## Usage Of Components
## Usage Of Utilities & Types
import { Component } from 'react-vite-component-library';
...
<Component />
import { ButtonThemes } from 'react-vite-component-library'
...

@@ -60,0 +60,0 @@

@@ -11,4 +11,4 @@ import { ButtonThemes, AppDialogVariant } from './types/enums';

export const AppTextBox: (props: ITextBoxProps) => JSX.Element;
export const Eye: ({ color?: string }) => JSX.Element;
export const TailessArrow: ({
export const Eye: ({ color }: { color?: string }) => JSX.Element;
export const TailessArrow: ({ customClass, customStroke }: {
customStroke?: string;

@@ -15,0 +15,0 @@ customClass?: string;

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