You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

react-button-from-jinsunee

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-button-from-jinsunee

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

1.0.4
latest
npm
Version published
Maintainers
1
Created
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

Package last updated on 25 Feb 2021

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