3.0.0 • Published 5 days ago

@reef-chain/react-lib v3.0.0

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

@reef-chain/react-lib

Reef React Library

NPM JavaScript Style Guide

Install

yarn add @reef-chain/react-lib

Usage

import React, { Component } from 'react'

import { Components } from '@reef-chain/react-lib'
import '@reef-chain/react-lib/dist/index.css'

const { Card, Button } = Components;

const Example = (): JSX.Element => (
  <Card.Card>
    <Card.Header>
      <Card.Title>Hello from the other side!</Card.Title>
      <Button.Back onClick={() => {}} />
    </Card.Header>
  </Card.Card>
)
2.6.5

5 days ago

3.0.0

5 days ago

2.6.4

5 days ago

2.6.3

14 days ago

2.6.2

1 month ago

2.6.1

2 months ago

2.6.0

2 months ago

2.5.6

2 months ago

2.5.5

2 months ago

2.5.4

2 months ago

2.5.2

3 months ago

2.5.1

3 months ago

2.5.3

3 months ago

2.5.0

3 months ago

2.4.1

3 months ago

2.4.0

4 months ago

2.3.2

4 months ago

2.3.1

4 months ago

2.3.0

5 months ago

2.2.3

5 months ago

2.2.2

6 months ago

2.2.1

6 months ago

2.2.0

6 months ago

2.1.1

6 months ago

2.1.0

6 months ago

2.0.2-alpha2

6 months ago

2.0.3

6 months ago

2.0.2-alpha1

6 months ago

2.0.1

7 months ago

2.0.0

7 months ago