2.1.0 • Published 6 years ago

npm-react-button v2.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Do not install

This package is created for testing purpose and will be removed soon.

There are primary button, default button, dashed button and danger button.

Button styles are copied from antd.

import React from 'react';
import Button from 'npm-react-button';

class App extends React.Component {
  render() {
    return (
      <div>
        <Button>Default</Button>
        <Button primary>primary</Button>
        <Button dashed>dashed</Button>
        <Button danger>danger</Button>
      </div>
    );
  }
}
2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago