Socket
Socket
Sign inDemoInstall

react-button-from-jinsunee

Package Overview
Dependencies
91
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-button-from-jinsunee

react + emotion + rollup ===> npm에 Button 라이브러리 배포해보기


Version published
Maintainers
1
Install size
7.42 MB
Created

Readme

Source

react-button-from-jinsunee

react + emotion + rollup ===> npm에 Button 라이브러리 배포해보기

화면 기록 2021-02-25 오후 6 57 46

Install

yarn add react-button-from-jinsunee

or

npm install react-button-from-jinsunee

Props

propstype
textstring
onClick() => void

Example

import './App.css';

import {Button} from 'react-button-from-jinsunee'

function App() {
  return (
    <div className="App">
      <div className="button">
        <Button text="Hi Febase :)" onClick={() => alert('버튼입니다')} />
      </div>
    </div>
  );
}

export default App;

FAQs

Last updated on 25 Feb 2021

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