0.0.1 • Published 3 years ago

materialize-ts-react v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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