A TypeScript React Component Library based on MaterializeCSS
npm install --save materialize-ts-react
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 />
}
}
This library is not ready yet.
MIT © kkoukakis