1.0.10 • Published 3 years ago

@backslashbuild/contractors-ui-library v1.0.10

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

contractors-ui-library

Made with create-react-library

Usage

import React, { Component } from "react";

import MyComponent from "contractors-ui-library";
import "contractors-ui-library/dist/index.css";

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

License

MIT © backslashbuild