1.0.2 • Published 7 years ago

react-w3 v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

React W3

Working on documentation

Components

Badge

Button

Card

Container

DataTable

Grid

Icon

Item

Link

List

Navbar

NavbarItem

Picture

Quote

Row

Sidebar

SidebarItem

SidebarLayout

Tag

Text

Installation

$ npm i react-w3

Usage

import React, {Component} from 'react';
import Quote from 'react-w3';

export default class Example {

  render(){

    return (
      <Quote author="Albert Einstein">It has become appallingly obvious that our technology has exceeded our humanity.</Quote>
    );
  }
}

Maintainer

Olalekan Animashaun (https://github.com/kimolalekan/)

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago