- [update] simplify Button component props
- [feat] add content components: Content, Heading, Paragraph, Link, List, Blockquote
Now the Content component will give styles to children static elements:
h1,h2,h3,h4,h5,h6ul,ol,dlblockquotepa
And the Arwes component will not set those styles.
- [update] package export utils
- [fix] components align styles
- [update] add Frame property to disable border
- [fix] components props and styles
- [fix] Arwes puff props
- [fix] Image component error handle
- [feat] add Grid support to remove gutter
- [feat] add Appear component
- [feat] add Table component
- [fix] components styles and tags
- [fix] reference to withStyles
- [fix] server side execution
- [update] responsive tool only calls callback on breakpoint change
- [update] rename theme grid to columns
- [update] add animation prop to components
- [feat] Initial release