1.5.0-alpha.a5a37b62 • Published 7 years ago

@offcourse/constants v1.5.0-alpha.a5a37b62

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

atoms

atomic building blocks for the offcourse project

NPM JavaScript Style Guide

Install

npm install --save @offcourse/atoms

Usage

import React, { Component } from "react";

import MyComponent from "atoms";

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

License

MIT © yeehaa123