@smartb/archetypes-ui-components

React components library

Usage no npm install needed!

<script type="module">
  import smartbArchetypesUiComponents from 'https://cdn.skypack.dev/@smartb/archetypes-ui-components';
</script>

README

@smartb/archetypes-ui-components

React components Library

NPM JavaScript Style Guide

Install

npm install --save @smartb/archetypes-ui-components

Usage

import React, { Component } from 'react'

import MyComponent from '@smartb/archetypes-ui-components'
import '@smartb/archetypes-ui-components/dist/index.css'

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

License

MIT ©