@smartb/archetypes-ui-components
TypeScript icon, indicating that this package has built-in type declarations

0.1.51 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @smartb/archetypes-ui-components

Weekly Downloads

22

Version

0.1.51

License

Apache-2.0

Unpacked Size

1.86 MB

Total Files

99

Last publish

Collaborators

  • apoupardsmartb
  • basile-savouret