Skip to content

createistic/designsystem

Repository files navigation

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

Example hosted at https://createistic.github.io/designsystem/

License

MIT © Shaun-Farrell

About

Design System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors