0.2.4 • Published 3 years ago

@faramo.zayw/reabulma v0.2.4

Weekly downloads
13
License
MIT
Repository
github
Last release
3 years ago

Reabulma

A set of React components for Bulma

npm.io npm.io npm.io npm.io

Here is a short list of most important features that @faramo.zayw/reabulma has:

  • 🚀 Minimum dependencies
  • 🔨 Types out of the box
  • 🔥 Storybook docs

Supporting IE11 and obsolete platforms

This library uses features like destructuring assignment, for..of and const/let declarations and doesn't ship with ES5 transpiled sources. If you aim to support browsers like IE11 and below → make sure you run Babel over your node_modules

Storybook

Demo Link

Install

Using npm

npm i @faramo.zayw/reabulma

Using yarn

yarn add @faramo.zayw/reabulma

Usage

import * as React from "react";
import * as ReactDOM from "react-dom";
import { Container, Title } from "@faramo.zayw/reabulma";

ReactDOM.render(
	<Container>
		<Title isSize="4">Hello World!</Title>
	</Container>,
	document.getElementById("root"),
);
0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.4-2

4 years ago

0.0.4-1

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago