1.2.0 • Published 5 years ago

@rebasejs/rebase v1.2.0

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

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