2.0.1 • Published 3 years ago

@marumarumeruru/react-component v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Storybook npm library component

build

npm run build

storybook

npm run storybook

How to use component

npx create-react-app use-sample

App.js

import logo from './logo.svg';
import './App.css';
import component from '@marumarumeruru/react-component';

function App() {
  return (
    <div className="App">
      <component.Header/>
      <header className="App-header">
        <img src={logo} className="App-logo" alt="logo" />
        <p>
          Edit <code>src/App.js</code> and save to reload.
        </p>
        <a
          className="App-link"
          href="https://reactjs.org"
          target="_blank"
          rel="noopener noreferrer"
        >
          Learn React
        </a>
      </header>
    </div>
  );
}

export default App;
2.0.1

3 years ago

2.0.0

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago