materialize-ts-react
v0.0.1
Published
A TypeScript React Component Library based on MaterializeCSS
Downloads
3
Readme
materialize-ts-react
A TypeScript React Component Library based on MaterializeCSS
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