web3-components
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

web3-components

NPM JavaScript Style Guide

Install

npm install --save web3-components

Usage

import React, { Component } from 'react';

import Button from 'web3-components';
// or
import { Gradient } from 'web3-components/Button';


const Component = () => (
  <div>
    <Button.Gradient> Button </ Button.Gradient>
    {/* or */}
    <Gradient> Button </ Gradient>
  </ div>
)

License

MIT © phellipe5k

Readme

Keywords

none

Package Sidebar

Install

npm i web3-components

Weekly Downloads

1

Version

1.1.2

License

MIT

Unpacked Size

175 kB

Total Files

30

Last publish

Collaborators

  • phellipe5k