@axeptio/react-localized
v0.1.8
Published
Localized Fields and Values for React Apps
Downloads
16
Maintainers
Keywords
Readme
react-localized
Made with create-react-library
Install
npm install --save react-localized
Usage
import React, { Component } from 'react'
import MyComponent from 'react-localized'
import 'react-localized/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © romainbessugesmeusy