1.0.6 • Published 4 years ago

globalchampions-components-library v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

globalchampions-components-library

NPM JavaScript Style Guide

Install

yarn add git+https://weprovide_alexander:6N9nGd5aDPQKczeXwDeE@bitbucket.org/weprovide/globalchampions-component-library.git

Usage

import React from 'react'
import {ExampleComponent} from 'globalchampions-components-library';

const Example = () => {
  return (
    <ExampleComponent text={'test'} />
  );
}
1.0.6

4 years ago