Skip to content

Chojecki/react-flutterish

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published