react-flutterish

1.0.4 • Public • Published

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.

Install

npm install --save react-flutterish

Basic Usage

import Padding from "react-flutterish";

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

License

MIT © Chojecki

/react-flutterish/

    Package Sidebar

    Install

    npm i react-flutterish

    Weekly Downloads

    0

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    39.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • marek.chojecki