Skip to content

alicandestek/reef-react-lib

 
 

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>
)

License

MIT © Frenkiee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 95.5%
  • CSS 2.7%
  • HTML 1.8%