react-w3

React website css framework based on W3.CSS


Keywords
css, framework, javascript, react, w3css
License
MIT
Install
npm install react-w3@1.0.1

Documentation

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