Skip to content
View alcedo-ui's full-sized avatar
  • DerbySoft
  • Shanghai
Block or Report

Block or report alcedo-ui

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alcedo-ui/README.md

Alcedo-UI

NPM Version License

A set of React components.

Installation

NPM

$ npm install alcedo-ui --save

Usage

import React, {Component} from 'react';
import RaisedButton from 'alcedo-ui/RaisedButton';

export default class MyComponent extends Component {

    constructor(props) {
        super(props);
    }
    
    // ...
    
    render() {
        return (
            <RaisedButton value="Default"/>
        );
    }
    
}

Examples

Examples can be found in the examples folder.

Check online examples.

Run Local Examples

$ npm start

License

This project is licensed under the terms of the MIT license

Popular repositories

  1. alcedo-ui alcedo-ui Public

    A set of React components.

    JavaScript 24 3