0.0.1 • Published 3 years ago

react-skyux v0.0.1

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

react-skyux

Blackbaud's SKY UX components, but in React

NPM JavaScript Style Guide

Install

npm install --save react-skyux @skyux/theme

Usage

import React, { Component } from 'react'

import { SkyAlert } from 'react-skyux'
import 'react-skyux/dist/index.css'
import '@skyux/theme/css/sky.css'

class Example extends Component {
  render() {
    return <SkyAlert>My first react-skyux component!</SkyAlert>
  }
}

License

MIT © mcharters

0.0.1

3 years ago