axe
npm install --save ax
import React, { Component } from 'react'
import MyComponent from 'ax'
import 'ax/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © ishtiaqSamdani
axe
npm install --save ax
import React, { Component } from 'react'
import MyComponent from 'ax'
import 'ax/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © ishtiaqSamdani