@rebasejs/rebase

v0.1.0
React primitive UI components built with styled-system
components react react-component ui design-system styled-system styled-components presentational stateless and 2 more...

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/[email protected]

Metadata

  • Unknown
  • Whatever
  • Rafael Franco
  • released 3/9/2019

Downloads

Maintainers