@chainthat/cds

Chainthat Design System

Usage no npm install needed!

<script type="module">
  import chainthatCds from 'https://cdn.skypack.dev/@chainthat/cds';
</script>

README

cds

Chainthat Design System

NPM JavaScript Style Guide

Install

npm install --save cds

Usage

import React, { Component } from 'react';

import MyComponent from 'cds';
import 'cds/dist/index.css';

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

License

MIT © uxdw