/AXE

Primary LanguageHTML

ax

axe

NPM JavaScript Style Guide

Install

npm install --save ax

Usage

import React, { Component } from 'react'

import MyComponent from 'ax'
import 'ax/dist/index.css'

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

License

MIT © ishtiaqSamdani