simple-react-blocks

0.0.9 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i simple-react-blocks

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

87.9 kB

Total Files

70

Last publish

Collaborators

  • aialvi