0.0.3 • Published 6 years ago

calindra-components v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

calindra-components

Component Set by Calindra

NPM JavaScript Style Guide

Install

npm install --save calindra-components

Usage

import React, { Component } from 'react'

import {TextInput} from 'calindra-components'

class Example extends Component {
  render () {
    return (
      <TextInput value={"My Value"} />
    )
  }
}

License

MIT © Calindra

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago