Skip to content

A set of React UI components that supports Rhino's design language

Notifications You must be signed in to change notification settings

oahmaro/rhinoui

Repository files navigation

rhinoui

A set of React UI components that supports Rhino's design language

NPM JavaScript Style Guide

Install

npm install rhinoui

Usage

import React, { Component } from 'react'

import { Box, Button } from 'rhinoui'

class Example extends Component {
  render() {
    return (
      <Box flexDirection='row'>
        <Button icon='like' iconColor='red' />
        <Button icon='close' iconColor='green' />
        <Button icon='comment' iconColor='blue' />
      </Box>
    )
  }
}

License

MIT © oahmaro

About

A set of React UI components that supports Rhino's design language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages