0.1.4 • Published 5 years ago

flatbase v0.1.4

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

flatbase

React components and utilities that are designed to be as minimal as possible, with flat and easily modifiable styling

Installing

To use flatbase with webpack, you can install it with

# npm
npm install --save flatbase
# or when using yarn
yarn add flatbase

Using

After installing you can then import elements from flatbase such as Button and Drawer using ES6 import

Here's a simple example using a Button

import React from "react";
import ReactDOM from "react-dom";
import { Button } from "flatbase";

ReactDOM.render(<Button>Look, a button!</Button>, document.getElementById("app"));

You can look in the src (or dist) folder to see what components you can use

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago