wonder-design-system

Design System for my projects

Usage no npm install needed!

<script type="module">
  import wonderDesignSystem from 'https://cdn.skypack.dev/wonder-design-system';
</script>

README

wonder-design-system

Design System for my projects

NPM JavaScript Style Guide

Install

npm install --save wonder-design-system

Usage

import * as React from 'react'

import MyComponent from 'wonder-design-system'

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

License

MIT © OleksiiKachan