0.1.51 • Published 3 years ago

@smartb/archetypes-ui-providers v0.1.51

Weekly downloads
-
License
Apache-2.0
Repository
gitlab
Last release
3 years ago

@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 ©