1.1.1 • Published 10 years ago

planett-button v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

Planett Button

Install

  npm install planett-button --save

Example

  import React from 'react';
  import ReactDOM from 'react-dom';
  import {Button} from 'planett-button';

  (() => {
    ReactDOM.render(
      <Button>basic</Button>,
      document.getElementById('root')
    );
  })();
1.1.1

10 years ago

1.1.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago