Made with create-react-library
npm install --save createistic-designsystemimport React, { Component } from "react";
import Button from "createistic-designsystem";
// Import the below once into the entry index file to get styles
import "createistic-designsystem/dist/index.css";
class Example extends Component {
render() {
return <Button text="click me" />;
}
}Example hosted at https://createistic.github.io/designsystem/
MIT © Shaun-Farrell