This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: Upgrade to styled-components v4
- Loading branch information
Showing
56 changed files
with
20,200 additions
and
12,702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
<div align="center"> | ||
<h1>Refractal</h1> | ||
<h1>⚛️ Molekule</h1> | ||
<p>The last React component library you'll ever need</p> | ||
|
||
|
||
[![Build Status](https://travis-ci.org/sappira-inc/refractal.svg?branch=master)](https://travis-ci.org/sappira-inc/refractal) | ||
[![codecov](https://codecov.io/gh/sappira-inc/refractal/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/refractal) | ||
[![Build Status](https://travis-ci.org/sappira-inc/molekule.svg?branch=master)](https://travis-ci.org/sappira-inc/molekule) | ||
[![codecov](https://codecov.io/gh/sappira-inc/molekule/branch/master/graph/badge.svg)](https://codecov.io/gh/sappira-inc/molekule) | ||
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-:D-blue.svg?style="flats")](https://conventionalcommits.org) | ||
</div> | ||
|
||
|
||
## Contributing | ||
|
||
Check out the [projects](https://github.com/sappira-inc/refractal/projects) to see if there are any outstanding components to be developed. | ||
|
||
```sh | ||
$ git clone [email protected]:sappira-inc/refractal.git | ||
$ npm install | ||
$ npm run docs | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Introduction | ||
route: / | ||
--- | ||
|
||
# Welcome to Molekule | ||
|
||
Molekule is a React UI kit built on styled-components and styled-system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
import React, { Component } from 'react'; | ||
|
||
import { ThemeProvider } from '../src'; | ||
|
||
class App extends Component { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.