atoms
atomic building blocks for the offcourse project
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