react-skyux

0.0.1 • Public • Published

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

/react-skyux/

    Package Sidebar

    Install

    npm i react-skyux

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    461 kB

    Total Files

    7

    Last publish

    Collaborators

    • mcharters