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

kosmozshark

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kosmozshark

Made with create-react-library

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

kosmozshark

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save kosmozshark

Usage

import React from 'react';
import { Button } from 'kosmozshark';
import "./button.css"
import 'kosmozshark/dist/index.css';

const App = () => {
 return(
<div>

<Button type="button" buttonStyle="btn--primary--solid" buttonSize="btn--medium">Click</Button>
<Button type="button" buttonStyle="btn--danger--outline" buttonSize="btn--medium"> Click</Button>
<Button type="button" buttonStyle="btn--warning--link" buttonSize="btn--medium">Click </Button>
<Button type="button" buttonStyle="btn--success--dashed" buttonSize="btn--medium">Click</Button>

</div>
)}

export default App;

License

MIT © kozmoss

FAQs

Package last updated on 24 Dec 2022

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