1.0.2 • Published 3 years ago

createistic-designsystem v1.0.2

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

createistic-designsystem

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save createistic-designsystem

Usage

import 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" />;
  }
}

License

MIT © Shaun-Farrell

1.0.2

3 years ago