0.1.12 • Published 6 years ago

graphene-ui v0.1.12

Weekly downloads
39
License
-
Repository
-
Last release
6 years ago

Graphene-UI

Declarative React UI component library & toolkit, built with GSAP.

npm i graphene-ui

Rebass is a library of highly-composable, UI components and tools for React, built with inline styled-components to keep component styles isolated and customizable without the need for CSS.

Graphene‘s API facilitates rapid production of powerful and responsive applications.

Getting Started

import React from 'react'
import { GrapheneTheme, Segment, Button } from 'graphene-ui'

const App = props => (
  <GrapheneTheme>
    <Heading>Hello</Heading>
    <Button>Click Here</Button>
  </GrapheneTheme>
)

Features

  • Responsive style props using css-grid and flexbox
  • Configurable Global themes using the Context API
  • Configurable Declarative components

Documentation

https://shaunoff.github.io/Graphene-UI/

v0.0.2


0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago