0.0.3 • Published 6 years ago
calindra-components v0.0.3
calindra-components
Component Set by Calindra
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