@rebasejs/rebase

v1.2.0
Set of UI components built for React with styled-components and styled-system.

Rebase

Set of UI components built for React with styled-components and styled-system.

Read the docs: https://rebasejs.com

Build Status Coverage Downloads Version MIT License

Getting Started

Installation

npm i @rebasejs/rebase

Components

Usage

import React from 'react';
import { Box, Heading, Button } from '@rebasejs/rebase';

export default () => (
  <Box>
    <Heading>Hello</Heading>
    <Button variant="primary">Rebase</Button>
  </Box>
);

Related

npm i @rebasejs/rebase

Metadata

  • MIT
  • Whatever
  • Rafael Franco
  • released 5/25/2019

Downloads

Maintainers