0.0.1 • Published 2 years ago

@gluwa/sc-contracts v0.0.1

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

@gluwa/sc-uikit

Install

yarn add @gluwa/sc-uikit -D

Usage

import React, { Component } from '@gluwa/sc-uikit'

import MyComponent from '@gluwa/sc-uikit'
import 'sc-ui/dist/index.css'

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