Skip to content

Commit 1f61e07

Browse files
authored
Merge pull request #44 from OrigenStudio/preparing-rc
Ready for next release
2 parents db285e2 + 27cdff0 commit 1f61e07

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
#WIP
1+
<p align="center">
2+
<img src="https://user-images.githubusercontent.com/6626225/40393625-8a675f3c-5e20-11e8-99b2-db016e8e2db3.png" width="230"/>
3+
</p>
24

3-
#If you see me REMEMBER ME to add tests please
5+
<h1 align="center">Material-UI-Layout</h1>
6+
7+
8+
Say goodbye to spending hours configuring your app's layout.
9+
10+
🎉 Welcome to a declarative way of creating your app's layout! 🎉
11+
12+
This library uses [Material-UI](https://material-ui.com) and the layout is based on [Google's Material Design](http://material.io) guidelines 🤓
13+
14+
## Install
15+
16+
`npm install material-ui-layout`
17+
18+
## Examples
19+
20+
WIP 😅
421

522
## Roadmap
6-
- [] Add tests
23+
- [ ] Add tests
724
- [x] Add better support for two rows AppBars
8-
- [] Example web
25+
- [ ] Example web
926

1027

11-
material-ui-layout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-ui-layout",
3-
"version": "0.0.14",
3+
"version": "0.1.0-rc.0",
44
"description": "Layout components for material-ui",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)