0.1.1 • Published 4 years ago

catod-grid v0.1.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

catodgrid

A react typescript module that returns the plural form of any noun

Installation

npm install catod-grid --save

Usage

React TypeScript

import React , {Component} from "react"
import { CatodGrid } from 'catodgrid';

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