Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "layabout", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "Simple layout components for React", | ||
@@ -22,3 +22,4 @@ "author": "Dan Mutton", | ||
"test": "jest --watch", | ||
"demo": "start-storybook -p 9009 -c demo" | ||
"demo": "start-storybook -p 9009 -c demo", | ||
"build-storybook": "build-storybook -c demo -o docs" | ||
}, | ||
@@ -25,0 +26,0 @@ "devDependencies": { |
@@ -7,4 +7,7 @@ # Layabout | ||
*This is very much in alpha, so expect the api to shift a lot.* | ||
*View the storybook demo at https://yearofthedan.github.io/layabout/* | ||
--- | ||
**This is very much in alpha, so expect the api to shift a lot.** | ||
## Guiding philosophy | ||
@@ -16,2 +19,4 @@ - Be light on configuration, preferring to have new components over complex APIs. Understand usage directly from the component name rather than derived from combinations of props. | ||
--- | ||
## Components | ||
@@ -102,2 +107,3 @@ ### FlexLayout | ||
--- | ||
## Future | ||
@@ -104,0 +110,0 @@ - allow transposition |
Sorry, the diff of this file is not supported yet
232555
110