Skip to content

aialvi/simple-react-blocks

Repository files navigation

Simple React Blocks

Simple React Blocks is a React UI component library which consists of tiny ready-made building blocks.

license npm latest package npm downloads

Installation

// with npm
npm install simple-react-blocks

// with yarn
yarn add simple-react-blocks

Note: Simple React Blocks is still in alpha. We are adding new components regularly and you're welcome to contribute!

Getting started

Here is an example of a basic app using Simple React Blocks's Button component:

import * as React from "react";
import Button from "simple-react-blocks";

function App() {
  return <Button text="Hello world!" size="medium" />;
}

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the MIT license.