0.0.1 • Published 5 months ago

jsx-flow v0.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 months ago

Getting Started

Installation

npm i leaf-db

Example

Using jsx-flow should feel familiar for those used to writing JSX:

const Template = props => (
  <html lang="en">
    <body>{props.children}</body>
  </html>
);

const Page = () => (
  <Template>
    <h1>Title</h1>
  </Template>
)

Abstract icons created by edt.im - Flaticon

0.0.1

5 months ago