SkillAgentSearch skills...

MydefiUI

A React.js UI library based on the MyDeFi components.

Install / Use

/learn @orbis-gh/MydefiUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

@mydefi/ui

UI components originally created for the MyDeFi app.

NPM JavaScript Style Guide

Overview

mydefiUI is a React Library used to build the user interface of the MyDeFi app. We decided to open-source it to let anyone benefit from it and potentially build applications that could be integrated in MyDeFi. Learn how to use it with ui.mydefi.org.

Install

npm install @mydefi/ui

Example Usage

import React, { Component } from 'react'

import { Main, Card } from '@mydefi/ui'

class Example extends Component {
  render () {
    return (
      <Main>
        <Card title="This is a test card" description="And more details about it."></Card>
      </Main>
    )
  }
}

Components & Documentation

We created a small website to help you learn how to use the mydefiUI. It's located at ui.mydefi.org.

License

MIT © Baptiste Greve

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated5y ago
Forks0

Languages

JavaScript

Security Score

55/100

Audited on Apr 9, 2020

No findings