UNPKG

762 BMarkdownView Raw
1# bah
2## bah is a set of simple, easy of use and styled components for React
3
4**npm install**
5```Console
6npm i --save "@rafacdb/bah"
7
8import {
9 LayoutAdmin,
10 Header,
11 Nav,
12 Article,
13 Footer,
14 Aside,
15 Checkbox,
16 Radio,
17 Button,
18 Sidebar,
19 SidebarItem,
20 Input,
21 InputRedux,
22 Tabs,
23 TabItem,
24 Table,
25 TableHeader,
26 TableRow,
27 TableCol,
28 Form,
29 FormFields,
30 Paginate,
31} from '@rafacdb/bah';
32```
33
34![](https://raw.githubusercontent.com/Bastiani/bah/master/docs/bah.gif)
35
36bah use [Styled-Components](https://www.styled-components.com)
37
38Easy style all components, edit **theme.js** and change all styles
39
40Any contribution is very appreciate! :wink:
41
42All documentation in [wiki](https://github.com/Bastiani/bah/wiki)
43
44https://bastiani.github.io/bah/
\No newline at end of file