A set of React components.


Keywords
react, react-component, ui, alcedo-ui, react-components, react-ui
License
MIT
Install
npm install alcedo-ui@2.47.11

Documentation

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