we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "react strap documentation"
Jona
10 Apr 2017
1import React from 'react';
2import { Button } from 'reactstrap';
3
4export default (props) => {
5  return (
6    <Button color="danger">Danger!</Button>
7  );
8};
9