Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

reef-defi/reef-react-lib_moved

Repository files navigation

@reef-defi/react-lib

Reef React Library

NPM JavaScript Style Guide

Install

yarn add @reef-defi/react-lib

Usage

import React, { Component } from 'react'

import { Components } from '@reef-defi/react-lib'
import '@reef-defi/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>
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published