1.0.4 • Published 5 years ago

react-flutterish v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-flutterish

a react-based lib to create quick ui in flutterish way

NPM JavaScript Style Guide

react-flutterish logo

Why?

In my opinion, creating UI in Flutter famerwork is really quick and simple. What's more the code is really clear when it comes to investigating simple layout like Padding or Aligment. Most important, it's just fun, so why not using flutter way to build UI in React.

Read Docs here: 📚

Install

npm install --save react-flutterish

Basic Usage

import Padding from "react-flutterish";

const Component = () => (
  <Padding val={20}>
    <SomeComponent />
  </Padding>
);

License

MIT © Chojecki