materialize-ts-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

materialize-ts-react

A TypeScript React Component Library based on MaterializeCSS

NPM JavaScript Style Guide

Install

npm install --save materialize-ts-react

Usage

import React, { Component } from 'react'

import MyComponent from 'materialize-ts-react'
import 'materialize-ts-react/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Important Notice

This library is not ready yet.

License

MIT © kkoukakis

/materialize-ts-react/

    Package Sidebar

    Install

    npm i materialize-ts-react

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    19.1 kB

    Total Files

    11

    Last publish

    Collaborators

    • kkoukakis