# bah
## bah is a set of simple, easy of use and styled components for React

**npm install**
```Console
npm i --save "@rafacdb/bah"

import {
  LayoutAdmin,
  Header,
  Nav,
  Article,
  Footer,
  Aside,
  Checkbox,
  Radio,
  Button,
  Sidebar,
  SidebarItem,
  Input,
  InputRedux,
  Tabs,
  TabItem,
  Table,
  TableHeader,
  TableRow,
  TableCol,
  Form,
  FormFields,
  Paginate,
} from '@rafacdb/bah';
```

![](https://raw.githubusercontent.com/Bastiani/bah/master/docs/bah.gif)

bah use [Styled-Components](https://www.styled-components.com)

Easy style all components, edit **theme.js** and change all styles

Any contribution is very appreciate! :wink:

All documentation in [wiki](https://github.com/Bastiani/bah/wiki)

https://bastiani.github.io/bah/