@brand1/core

brand1-comp-lib

Usage no npm install needed!

<script type="module">
  import brand1Core from 'https://cdn.skypack.dev/@brand1/core';
</script>

README

brand1-design-system

brand1-comp-lib

NPM JavaScript Style Guide

Install

npm install --save brand1-design-system

Usage

import React, { Component } from 'react'

import MyComponent from 'brand1-design-system'
import 'brand1-design-system/dist/index.css'

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

License

MIT © nxt-emkwak