/materialize-ts-react

A TypeScript UI React Library based on MaterializeCSS

Primary LanguageTypeScript

materialize-ts-react

A TypeScript React Component Library based on MaterializeCSS

NPM JavaScript Style Guide

Install

npm install --save materialize-ts-react

Usage COMING SOON

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

Developed with VS Code Extension

Important Notice

This library is not ready yet.

License

MIT © kkoukakis