react-bootstrap-buttons
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -1,2 +0,2 @@ | ||
/*! react-bootstrap-buttons v0.2.0 | (c) 2018 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */ | ||
/*! react-bootstrap-buttons v0.3.0 | (c) 2019 Cheton Wu <cheton@gmail.com> | MIT | https://github.com/cheton/react-bootstrap-buttons */ | ||
module.exports = | ||
@@ -3,0 +3,0 @@ /******/ (function(modules) { // webpackBootstrap |
{ | ||
"name": "react-bootstrap-buttons", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "React Bootstrap buttons.", | ||
@@ -45,3 +45,3 @@ "main": "lib/index.js", | ||
"buttons", | ||
"component" | ||
"component" | ||
], | ||
@@ -48,0 +48,0 @@ "peerDependencies": { |
@@ -26,3 +26,3 @@ # react-bootstrap-buttons [![build status](https://travis-ci.org/cheton/react-bootstrap-buttons.svg?branch=master)](https://travis-ci.org/cheton/react-bootstrap-buttons) [![Coverage Status](https://coveralls.io/repos/github/cheton/react-bootstrap-buttons/badge.svg?branch=master)](https://coveralls.io/github/cheton/react-bootstrap-buttons?branch=master) | ||
## Recommended Setup | ||
### Recommended Setup | ||
@@ -48,2 +48,11 @@ Create a `Buttons` component inside your common components directory: | ||
## Examples | ||
Examples for each component can be seen in [the documentation](examples). | ||
Here are some online demos of each component: | ||
* [Button](https://cheton.github.io/react-bootstrap-buttons/#button) | ||
* [ButtonGroup](https://cheton.github.io/react-bootstrap-buttons/#buttongroup) | ||
* [ButtonToolbar](https://cheton.github.io/react-bootstrap-buttons/#buttontoolbar) | ||
## API | ||
@@ -50,0 +59,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177004
91